Html Css Color HEX #1996DF Dodger Blue

📋 copy color: '#1996DF'

red 25 ◦ green 150 ◦ blue 223

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

Shades of Dodger Blue #1996DF

Tints of Dodger Blue #1996DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 6.28%
G = 37.69%
B = 56.03%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1996DF (or 0x1996DF) is known color: Dodger Blue. HEX triplet: 19, 96 and DF. RGB value is (25,150,223). Sum of RGB (Red+Green+Blue) = 25+150+223=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #1996DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996DF is #E66920. Grayscale: #787878. Windows color (decimal): -15100193 or 14652953. OLE color: 14652953.

HSL color Cylindrical-coordinate representation of color #1996DF: hue angle of 202.12º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1996DF is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 150 223 -
CMYK 0.89 0.33 0 0.13
HSL 202.12º 0.8% 0.49% -
HSV(B) 202.12º 0.89% 0.87% -
XYZ 24.63 27.35 73.79 -
YUV 120.95 185.59 59.56 -
System Red Green Blue C M Y K H S L
Decimal 25 150 223 0.89 0.33 0 0.13 202.12 0.8 0.49
Hex 19 96 DF 59 21 0 D CA 50 31
Octal 31 226 337 131 41 0 15 312 120 61
Binary 11001 10010110 11011111 1011001 100001 0 1101 11001010 1010000 110001

Color Harmonies of #1996DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996DF

Black with #1996DF

Text Example


Text Example

White with #1996DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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