Html Css Color HEX #1996ED Dodger Blue

📋 copy color: '#1996ED'

red 25 ◦ green 150 ◦ blue 237

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

Shades of Dodger Blue #1996ED

Tints of Dodger Blue #1996ED

RGB

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

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

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

R = 6.07%
G = 36.41%
B = 57.52%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1996ED (or 0x1996ED) is known color: Dodger Blue. HEX triplet: 19, 96 and ED. RGB value is (25,150,237). Sum of RGB (Red+Green+Blue) = 25+150+237=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #1996ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1996ED is #E66912. Grayscale: #7A7A7A. Windows color (decimal): -15100179 or 15570457. OLE color: 15570457.

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

Color convert

RGB 25 150 237 -
CMYK 0.89 0.37 0 0.07
HSL 204.62º 0.85% 0.51% -
HSV(B) 204.62º 0.89% 0.93% -
XYZ 26.59 28.13 84.15 -
YUV 122.54 192.59 58.43 -
System Red Green Blue C M Y K H S L
Decimal 25 150 237 0.89 0.37 0 0.07 204.62 0.85 0.51
Hex 19 96 ED 59 25 0 7 CD 55 33
Octal 31 226 355 131 45 0 7 315 125 63
Binary 11001 10010110 11101101 1011001 100101 0 111 11001101 1010101 110011

Color Harmonies of #1996ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996ED

Black with #1996ED

Text Example


Text Example

White with #1996ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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