#09A0F0

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

Shades of Dodger Blue #09A0F0

Tints of Dodger Blue #09A0F0

Color information

#09A0F0 (or 0x09A0F0) is unknown color: approx Dodger Blue. HEX triplet: 09, A0 and F0. RGB value is (9,160,240). Sum of RGB (Red+Green+Blue) = 9+160+240=409 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 240 (94.14% from 255 or 58.68% from 409); Max value from RGB is 240 - color contains mainly: blue. Hex color #09A0F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A0F0 is #F65F0F. Grayscale: #7B7B7B. Windows color (decimal): -16146192 or 15769609. OLE color: 15769609.

HSL color Cylindrical-coordinate representation of color #09A0F0: hue angle of 200.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A0F0 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9160240-
CMYK0.960.3300.06
HSL200.78º92.77%48.82%-
HSV(B)200.78º96.25%94.12%-
XYZ28.4131.4987.02-
YUV123.97193.4746-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.20%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 240 (94.14% from 255) = 58.68%
R=2.20%
G=39.12%
B=58.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal91602400.960.3300.06200.7892.7748.82
Hex9A0F0602106c95d31
Octal11240360140410631113561
Binary1001101000001111000011000001000010110110010011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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