#09A0F6

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

Shades of Dodger Blue #09A0F6

Tints of Dodger Blue #09A0F6

Color information

#09A0F6 (or 0x09A0F6) is unknown color: approx Dodger Blue. HEX triplet: 09, A0 and F6. RGB value is (9,160,246). Sum of RGB (Red+Green+Blue) = 9+160+246=415 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 246 (96.48% from 255 or 59.28% from 415); Max value from RGB is 246 - color contains mainly: blue. Hex color #09A0F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A0F6 is #F65F09. Grayscale: #7C7C7C. Windows color (decimal): -16146186 or 16162825. OLE color: 16162825.

HSL color Cylindrical-coordinate representation of color #09A0F6: hue angle of 201.77º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A0F6 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9160246-
CMYK0.960.3500.04
HSL201.77º92.94%50%-
HSV(B)201.77º96.34%96.47%-
XYZ29.3231.8591.79-
YUV124.65196.4745.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.17%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 246 (96.48% from 255) = 59.28%
R=2.17%
G=38.55%
B=59.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91602460.960.3500.04201.7792.9450
Hex9A0F6602304ca5d32
Octal11240366140430431213562
Binary1001101000001111011011000001000110100110010101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09A0F6; }

 p { color: rgb(9,160,246); }

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

<style>
 a { background-color: #09A0F6; }

 a { background-color: rgb(9,160,246); }

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

<style>
 span { border-color: #09A0F6; }

 span { border-color: rgb(9,160,246); }

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