#1996FC

Color #1996FC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1996FC

Tints of Dodger Blue #1996FC

Color information

#1996FC (or 0x1996FC) is unknown color: approx Dodger Blue. HEX triplet: 19, 96 and FC. RGB value is (25,150,252). Sum of RGB (Red+Green+Blue) = 25+150+252=427 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.85% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #1996FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1996FC is #E66903. Grayscale: #7B7B7B. Windows color (decimal): -15100164 or 16553497. OLE color: 16553497.

HSL color Cylindrical-coordinate representation of color #1996FC: hue angle of 206.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1996FC is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB25150252-
CMYK0.900.4000.01
HSL206.96º97.42%54.31%-
HSV(B)206.96º90.08%98.82%-
XYZ28.8829.0596.18-
YUV124.25200.0957.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.85%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 252 (98.83% from 255) = 59.02%
R=5.85%
G=35.13%
B=59.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal251502520.900.4000.01206.9697.4254.31
Hex1996FC5A2801cf6136
Octal31226374132500131714166
Binary110011001011011111100101101010100001110011111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1996FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1996FC;
 }
 .AnyTagClassName
 {
   color: #1996FC;
 }
</style>
background-color css

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

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

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

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

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

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