#1997ED

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

Shades of Dodger Blue #1997ED

Tints of Dodger Blue #1997ED

Color information

#1997ED (or 0x1997ED) is unknown color: approx Dodger Blue. HEX triplet: 19, 97 and ED. RGB value is (25,151,237). Sum of RGB (Red+Green+Blue) = 25+151+237=413 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.05% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #1997ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1997ED is #E66812. Grayscale: #7A7A7A. Windows color (decimal): -15099923 or 15570713. OLE color: 15570713.

HSL color Cylindrical-coordinate representation of color #1997ED: hue angle of 204.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1997ED is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB25151237-
CMYK0.890.3600.07
HSL204.34º85.48%51.37%-
HSV(B)204.34º89.45%92.94%-
XYZ26.7528.4584.2-
YUV123.13192.2658.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.05%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 237 (92.97% from 255) = 57.38%
R=6.05%
G=36.56%
B=57.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal251512370.890.3600.07204.3485.4851.37
Hex1997ED592407cc5533
Octal31227355131440731412563
Binary11001100101111110110110110011001000111110011001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1997ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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