Color Hex Logo

#1963ff Color Hex

#1963FF
(25,99,255)
0 Favorites   0 Comments

Color spaces of #1963ff

RGB 2599255
HSL0.611.000.55
HSV221°90°100°
CMYK 0.900.610.00   0.00
XYZ22.912716.350496.5560
Yxy16.35040.16870.1204
Hunter Lab40.435630.3840-113.2733
CIE-Lab47.430937.7741-82.7846

#1963ff color RGB value is (25,99,255).

#1963ff hex color red value is 25, green value is 99 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1963ff hue: 0.61 , saturation: 1.00 and the lightness value of 1963ff is 0.55.

The process color (four color CMYK) of #1963ff color hex is 0.90, 0.61, 0.00, 0.00. Web safe color of #1963ff is #0066ff. Color #1963ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100011 11111111
Octal 31 143 377
Decimal 25 99 255
Hex 19 63 FF

RGB Percentages of Color #1963ff

%6.60
%26.12
%67.28

CMYK Percentages of Color #1963ff

%90
%61
%0
%0

Triadic Colors of #1963ff

#1963ff #ff1963 #63ff19

Analogous Colors of #1963ff

#1963ff #4219ff #19d6ff

Monochromatic Colors of #1963ff

#1963ff

Complementary Color

#1963ff #ffb519

#1963ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1963ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1963ff Color CSS Codes

.mybgcolor {background-color:#1963ff; } 
.myforecolor {color:#1963ff; }
.mybordercolor {border:3px solid #1963ff; }

#1963ff Text Font Color

<p style="color:#1963ff">Text here</p>

This sample text font color is #1963ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1963ff Background Color

<div style="background-color:#1963ff">
Div content here</div>

This div background color is #1963ff


#1963ff Border Color

<div style="border:3px solid #1963ff">
Div here</div>

This div border color is #1963ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,99,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1963ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1963ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1963ff;
  box-shadow:         1px 1px 3px 2px #1963ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,99,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1963ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1963ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1963ff;
  box-shadow:         1px 1px 3px 2px #1963ff;">
Div content here</div>

This div box has shadow with color #1963ff

Related Colors


Comments

No comments written yet.

Please login to write comment.