#1419ff

Color #1419FF Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1419FF

Tints of Blue #1419FF

Color information

#1419FF (or 0x1419FF) is unknown color: approx Blue. HEX triplet: 14, 19 and FF. RGB value is (20,25,255). Sum of RGB (Red+Green+Blue) = 20+25+255=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 255 (100% from 255 or 85% from 300); Max value from RGB is 255 - color contains mainly: blue. Hex color #1419FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1419FF is #EBE600. Grayscale: #303030. Windows color (decimal): -15459841 or 16718100. OLE color: 16718100.

HSL color Cylindrical-coordinate representation of color #1419FF: hue angle of 238.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1419FF is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2025255-
CMYK0.920.9000
HSL238.72º100%53.92%-
HSV(B)238.72º92.16%100%-
XYZ18.698.0695.18-
YUV49.72243.84106.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 6.67%
GREEN value IS 25 (10.16% from 255) = 8.33%
BLUE value IS 255 (100% from 255) = 85%
R=6.67%
G=8.33%
B=85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20252550.920.9000238.7210053.92
Hex1419FF5C5A00ef6436
Octal24313771341320035714466
Binary1010011001111111111011100101101000111011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1419ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1419ff; }

 p { color: rgb(20,25,255); }

 H1.HeaderClassName
 {
   color: #1419ff;
 }
 .AnyTagClassName
 {
   color: #1419ff;
 }
</style>
background-color css

<style>
 a { background-color: #1419ff; }

 a { background-color: rgb(20,25,255); }

 div.DivClassName
 {
   background-color: #1419ff;
 }
 .BgClassName
 {
   background-color: #1419ff;
 }
</style>
border-color css

<style>
 span { border-color: #1419ff; }

 span { border-color: rgb(20,25,255); }

 td.TdClassName
 {
   border-color: #1419ff;
 }
 .TagClassName
 {
   border-color: #1419ff;
 }
</style>