Html Css Color HEX #1996EA Dodger Blue

📋 copy color: '#1996EA'

red 25 ◦ green 150 ◦ blue 234

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

Shades of Dodger Blue #1996EA

Tints of Dodger Blue #1996EA

RGB

 RED value IS 25 (10.16% from 255) = 6.11%

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 6.11%
G = 36.67%
B = 57.21%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1996EA (or 0x1996EA) is known color: Dodger Blue. HEX triplet: 19, 96 and EA. RGB value is (25,150,234). Sum of RGB (Red+Green+Blue) = 25+150+234=409 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.11% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #1996EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1996EA is #E66915. Grayscale: #797979. Windows color (decimal): -15100182 or 15373849. OLE color: 15373849.

HSL color Cylindrical-coordinate representation of color #1996EA: hue angle of 204.11º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1996EA is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 150 234 -
CMYK 0.89 0.36 0 0.08
HSL 204.11º 0.83% 0.51% -
HSV(B) 204.11º 0.89% 0.92% -
XYZ 26.16 27.96 81.86 -
YUV 122.2 191.09 58.67 -
System Red Green Blue C M Y K H S L
Decimal 25 150 234 0.89 0.36 0 0.08 204.11 0.83 0.51
Hex 19 96 EA 59 24 0 8 CC 53 33
Octal 31 226 352 131 44 0 10 314 123 63
Binary 11001 10010110 11101010 1011001 100100 0 1000 11001100 1010011 110011

Color Harmonies of #1996EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996EA

Black with #1996EA

Text Example


Text Example

White with #1996EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1996EA; }

 p { color: rgb(25,150,234); }

 H1.HeaderClassName
 {
   color: #1996EA;
 }
 .AnyTagClassName
 {
   color: #1996EA;
 }
</style>

background-color css

<style>
 a { background-color: #1996EA; }

 a { background-color: rgb(25,150,234); }

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

border-color css

<style>
 span { border-color: #1996EA; }

 span { border-color: rgb(25,150,234); }

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