Html Css Color HEX #1996DC Dodger Blue

📋 copy color: '#1996DC'

red 25 ◦ green 150 ◦ blue 220

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

Shades of Dodger Blue #1996DC

Tints of Dodger Blue #1996DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 6.33%
G = 37.97%
B = 55.7%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1996DC (or 0x1996DC) is known color: Dodger Blue. HEX triplet: 19, 96 and DC. RGB value is (25,150,220). Sum of RGB (Red+Green+Blue) = 25+150+220=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #1996DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996DC is #E66923. Grayscale: #787878. Windows color (decimal): -15100196 or 14456345. OLE color: 14456345.

HSL color Cylindrical-coordinate representation of color #1996DC: hue angle of 201.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1996DC is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 150 220 -
CMYK 0.89 0.32 0 0.14
HSL 201.54º 0.8% 0.48% -
HSV(B) 201.54º 0.89% 0.86% -
XYZ 24.23 27.19 71.68 -
YUV 120.61 184.09 59.81 -
System Red Green Blue C M Y K H S L
Decimal 25 150 220 0.89 0.32 0 0.14 201.54 0.8 0.48
Hex 19 96 DC 59 20 0 E CA 50 30
Octal 31 226 334 131 40 0 16 312 120 60
Binary 11001 10010110 11011100 1011001 100000 0 1110 11001010 1010000 110000

Color Harmonies of #1996DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996DC

Black with #1996DC

Text Example


Text Example

White with #1996DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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