Html Css Color HEX #1996DD Dodger Blue

📋 copy color: '#1996DD'

red 25 ◦ green 150 ◦ blue 221

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

Shades of Dodger Blue #1996DD

Tints of Dodger Blue #1996DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 6.31%
G = 37.88%
B = 55.81%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1996DD (or 0x1996DD) is known color: Dodger Blue. HEX triplet: 19, 96 and DD. RGB value is (25,150,221). Sum of RGB (Red+Green+Blue) = 25+150+221=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #1996DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996DD is #E66922. Grayscale: #787878. Windows color (decimal): -15100195 or 14521881. OLE color: 14521881.

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

Color convert

RGB 25 150 221 -
CMYK 0.89 0.32 0 0.13
HSL 201.73º 0.8% 0.48% -
HSV(B) 201.73º 0.89% 0.87% -
XYZ 24.36 27.24 72.38 -
YUV 120.72 184.59 59.73 -
System Red Green Blue C M Y K H S L
Decimal 25 150 221 0.89 0.32 0 0.13 201.73 0.8 0.48
Hex 19 96 DD 59 20 0 D CA 50 30
Octal 31 226 335 131 40 0 15 312 120 60
Binary 11001 10010110 11011101 1011001 100000 0 1101 11001010 1010000 110000

Color Harmonies of #1996DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996DD

Black with #1996DD

Text Example


Text Example

White with #1996DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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