#1797EA

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

Shades of Dodger Blue #1797EA

Tints of Dodger Blue #1797EA

Color information

#1797EA (or 0x1797EA) is unknown color: approx Dodger Blue. HEX triplet: 17, 97 and EA. RGB value is (23,151,234). Sum of RGB (Red+Green+Blue) = 23+151+234=408 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.64% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #1797EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1797EA is #E86815. Grayscale: #797979. Windows color (decimal): -15230998 or 15374103. OLE color: 15374103.

HSL color Cylindrical-coordinate representation of color #1797EA: hue angle of 203.6º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1797EA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23151234-
CMYK0.900.3500.08
HSL203.6º83.4%50.39%-
HSV(B)203.6º90.17%91.76%-
XYZ26.2728.2681.91-
YUV122.19191.0957.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.64%
GREEN value IS 151 (59.38% from 255) = 37.01%
BLUE value IS 234 (91.80% from 255) = 57.35%
R=5.64%
G=37.01%
B=57.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231512340.900.3500.08203.683.450.39
Hex1797EA5A2308cc5332
Octal272273521324301031412362
Binary101111001011111101010101101010001101000110011001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1797EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1797EA; }

 p { color: rgb(23,151,234); }

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

<style>
 a { background-color: #1797EA; }

 a { background-color: rgb(23,151,234); }

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

<style>
 span { border-color: #1797EA; }

 span { border-color: rgb(23,151,234); }

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