Html Css Color HEX #1419ED Blue

📋 copy color: '#1419ED'

red 20 ◦ green 25 ◦ blue 237

#1419ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #1419ED

Tints of Blue #1419ED

RGB

 RED value IS 20 (8.2% from 255) = 7.09%

 GREEN value IS 25 (10.16% from 255) = 8.87%

 BLUE value IS 237 (92.97% from 255) = 84.04%

R = 7.09%
G = 8.87%
B = 84.04%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1419ED (or 0x1419ED) is known color: Blue. HEX triplet: 14, 19 and ED. RGB value is (20,25,237). Sum of RGB (Red+Green+Blue) = 20+25+237=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 237 (92.97% from 255 or 84.04% from 282); Max value from RGB is 237 - color contains mainly: blue. Hex color #1419ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1419ED is #EBE612. Grayscale: #2E2E2E. Windows color (decimal): -15459859 or 15538452. OLE color: 15538452.

HSL color Cylindrical-coordinate representation of color #1419ED: hue angle of 238.62º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1419ED is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 25 237 -
CMYK 0.92 0.89 0 0.07
HSL 238.62º 0.86% 0.5% -
HSV(B) 238.62º 0.92% 0.93% -
XYZ 15.92 6.96 80.62 -
YUV 47.67 234.84 108.26 -
System Red Green Blue C M Y K H S L
Decimal 20 25 237 0.92 0.89 0 0.07 238.62 0.86 0.5
Hex 14 19 ED 5C 59 0 7 EF 56 32
Octal 24 31 355 134 131 0 7 357 126 62
Binary 10100 11001 11101101 1011100 1011001 0 111 11101111 1010110 110010

Color Harmonies of #1419ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1419ED

Black with #1419ED

Text Example


Text Example

White with #1419ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1419ED;
 }
 .AnyTagClassName
 {
   color: #1419ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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