#17AAEE

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

Shades of Dodger Blue #17AAEE

Tints of Dodger Blue #17AAEE

Color information

#17AAEE (or 0x17AAEE) is unknown color: approx Dodger Blue. HEX triplet: 17, AA and EE. RGB value is (23,170,238). Sum of RGB (Red+Green+Blue) = 23+170+238=431 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.34% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #17AAEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17AAEE is #E85511. Grayscale: #858585. Windows color (decimal): -15226130 or 15641111. OLE color: 15641111.

HSL color Cylindrical-coordinate representation of color #17AAEE: hue angle of 198.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17AAEE is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23170238-
CMYK0.900.2900.07
HSL198.98º86.35%51.18%-
HSV(B)198.98º90.34%93.33%-
XYZ30.1635.186.08-
YUV133.8186.848.97-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.34%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 238 (93.36% from 255) = 55.22%
R=5.34%
G=39.44%
B=55.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal231702380.900.2900.07198.9886.3551.18
Hex17AAEE5A1D07c75633
Octal27252356132350730712663
Binary1011110101010111011101011010111010111110001111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17AAEE; }

 p { color: rgb(23,170,238); }

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

<style>
 a { background-color: #17AAEE; }

 a { background-color: rgb(23,170,238); }

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

<style>
 span { border-color: #17AAEE; }

 span { border-color: rgb(23,170,238); }

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