#197EED

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

Shades of Dodger Blue #197EED

Tints of Dodger Blue #197EED

Color information

#197EED (or 0x197EED) is unknown color: approx Dodger Blue. HEX triplet: 19, 7E and ED. RGB value is (25,126,237). Sum of RGB (Red+Green+Blue) = 25+126+237=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #197EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197EED is #E68112. Grayscale: #6B6B6B. Windows color (decimal): -15106323 or 15564313. OLE color: 15564313.

HSL color Cylindrical-coordinate representation of color #197EED: hue angle of 211.42º 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 #197EED is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB25126237-
CMYK0.890.4700.07
HSL211.42º85.48%51.37%-
HSV(B)211.42º89.45%92.94%-
XYZ23.1521.2483-
YUV108.45200.5468.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.44%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 237 (92.97% from 255) = 61.08%
R=6.44%
G=32.47%
B=61.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal251262370.890.4700.07211.4285.4851.37
Hex197EED592F07d35533
Octal31176355131570732312563
Binary1100111111101110110110110011011110111110100111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197EED; }

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

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

<style>
 a { background-color: #197EED; }

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

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

<style>
 span { border-color: #197EED; }

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

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