#1997F9

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

Shades of Dodger Blue #1997F9

Tints of Dodger Blue #1997F9

Color information

#1997F9 (or 0x1997F9) is unknown color: approx Dodger Blue. HEX triplet: 19, 97 and F9. RGB value is (25,151,249). Sum of RGB (Red+Green+Blue) = 25+151+249=425 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.88% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #1997F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1997F9 is #E66806. Grayscale: #7B7B7B. Windows color (decimal): -15099911 or 16357145. OLE color: 16357145.

HSL color Cylindrical-coordinate representation of color #1997F9: hue angle of 206.25º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1997F9 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB25151249-
CMYK0.900.3900.02
HSL206.25º94.92%53.73%-
HSV(B)206.25º89.96%97.65%-
XYZ28.5729.1893.75-
YUV124.5198.2657.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.88%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 249 (97.66% from 255) = 58.59%
R=5.88%
G=35.53%
B=58.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251512490.900.3900.02206.2594.9253.73
Hex1997F95A2702ce5f36
Octal31227371132470231613766
Binary1100110010111111110011011010100111010110011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1997F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1997F9; }

 p { color: rgb(25,151,249); }

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

<style>
 a { background-color: #1997F9; }

 a { background-color: rgb(25,151,249); }

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

<style>
 span { border-color: #1997F9; }

 span { border-color: rgb(25,151,249); }

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