Shades of Dodger Blue #09A3FF
Tints of Dodger Blue #09A3FF
RGB
CMYK
RGB Variations
Color information
#09A3FF (or 0x09A3FF) is known color: Dodger Blue. HEX triplet: 09, A3 and FF. RGB value is (9,163,255). Sum of RGB (Red+Green+Blue) = 9+163+255=427 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.11% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #09A3FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A3FF is #F65C00. Grayscale: #7E7E7E. Windows color (decimal): -16145409 or 16753417. OLE color: 16753417.
HSL color Cylindrical-coordinate representation of color #09A3FF: hue angle of 202.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A3FF is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 163 | 255 | - |
| CMYK | 0.96 | 0.36 | 0 | 0 |
| HSL | 202.44º | 1% | 0.52% | - |
| HSV(B) | 202.44º | 0.96% | 1% | - |
| XYZ | 31.26 | 33.47 | 99.42 | - |
| YUV | 127.44 | 199.98 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 163 | 255 | 0.96 | 0.36 | 0 | 0 | 202.44 | 1 | 0.52 |
| Hex | 9 | A3 | FF | 60 | 24 | 0 | 0 | CA | 64 | 34 |
| Octal | 11 | 243 | 377 | 140 | 44 | 0 | 0 | 312 | 144 | 64 |
| Binary | 1001 | 10100011 | 11111111 | 1100000 | 100100 | 0 | 0 | 11001010 | 1100100 | 110100 |
Color Harmonies of #09A3FF
Complementary color
Monochromatic Colors of #09A3FF
Black with #09A3FF
Text Example
Text Example
White with #09A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A3FF; }
p { color: rgb(9,163,255); }
H1.HeaderClassName
{
color: #09A3FF;
}
.AnyTagClassName
{
color: #09A3FF;
}
</style>
background-color css
<style>
a { background-color: #09A3FF; }
a { background-color: rgb(9,163,255); }
div.DivClassName
{
background-color: #09A3FF;
}
.BgClassName
{
background-color: #09A3FF;
}
</style>
border-color css
<style>
span { border-color: #09A3FF; }
span { border-color: rgb(9,163,255); }
td.TdClassName
{
border-color: #09A3FF;
}
.TagClassName
{
border-color: #09A3FF;
}
</style>