#17AAFC

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

Shades of Dodger Blue #17AAFC

Tints of Dodger Blue #17AAFC

Color information

#17AAFC (or 0x17AAFC) is unknown color: approx Dodger Blue. HEX triplet: 17, AA and FC. RGB value is (23,170,252). Sum of RGB (Red+Green+Blue) = 23+170+252=445 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.17% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #17AAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17AAFC is #E85503. Grayscale: #868686. Windows color (decimal): -15226116 or 16558615. OLE color: 16558615.

HSL color Cylindrical-coordinate representation of color #17AAFC: hue angle of 201.48º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17AAFC is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23170252-
CMYK0.910.3300.01
HSL201.48º97.45%53.92%-
HSV(B)201.48º90.87%98.82%-
XYZ32.335.9697.33-
YUV135.39193.847.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.17%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 252 (98.83% from 255) = 56.63%
R=5.17%
G=38.20%
B=56.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal231702520.910.3300.01201.4897.4553.92
Hex17AAFC5B2101c96136
Octal27252374133410131114166
Binary101111010101011111100101101110000101110010011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17AAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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