#09A1F6

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

Shades of Dodger Blue #09A1F6

Tints of Dodger Blue #09A1F6

Color information

#09A1F6 (or 0x09A1F6) is unknown color: approx Dodger Blue. HEX triplet: 09, A1 and F6. RGB value is (9,161,246). Sum of RGB (Red+Green+Blue) = 9+161+246=416 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 246 (96.48% from 255 or 59.13% from 416); Max value from RGB is 246 - color contains mainly: blue. Hex color #09A1F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A1F6 is #F65E09. Grayscale: #7C7C7C. Windows color (decimal): -16145930 or 16163081. OLE color: 16163081.

HSL color Cylindrical-coordinate representation of color #09A1F6: hue angle of 201.52º 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 #09A1F6 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9161246-
CMYK0.960.3500.04
HSL201.52º92.94%50%-
HSV(B)201.52º96.34%96.47%-
XYZ29.4932.291.85-
YUV125.24196.1445.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.16%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 246 (96.48% from 255) = 59.13%
R=2.16%
G=38.70%
B=59.13%

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
Decimal91612460.960.3500.04201.5292.9450
Hex9A1F6602304ca5d32
Octal11241366140430431213562
Binary1001101000011111011011000001000110100110010101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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