Shades of Dodger Blue #099AFF
Tints of Dodger Blue #099AFF
RGB
CMYK
RGB Variations
Color information
#099AFF (or 0x099AFF) is known color: Dodger Blue. HEX triplet: 09, 9A and FF. RGB value is (9,154,255). Sum of RGB (Red+Green+Blue) = 9+154+255=418 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #099AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099AFF is #F66500. Grayscale: #797979. Windows color (decimal): -16147713 or 16751113. OLE color: 16751113.
HSL color Cylindrical-coordinate representation of color #099AFF: hue angle of 204.63º 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 #099AFF is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 154 | 255 | - |
| CMYK | 0.96 | 0.40 | 0 | 0 |
| HSL | 204.63º | 1% | 0.52% | - |
| HSV(B) | 204.63º | 0.96% | 1% | - |
| XYZ | 29.72 | 30.39 | 98.91 | - |
| YUV | 122.16 | 202.96 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 255 | 0.96 | 0.40 | 0 | 0 | 204.63 | 1 | 0.52 |
| Hex | 9 | 9A | FF | 60 | 28 | 0 | 0 | CD | 64 | 34 |
| Octal | 11 | 232 | 377 | 140 | 50 | 0 | 0 | 315 | 144 | 64 |
| Binary | 1001 | 10011010 | 11111111 | 1100000 | 101000 | 0 | 0 | 11001101 | 1100100 | 110100 |
Color Harmonies of #099AFF
Complementary color
Monochromatic Colors of #099AFF
Black with #099AFF
Text Example
Text Example
White with #099AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099AFF; }
p { color: rgb(9,154,255); }
H1.HeaderClassName
{
color: #099AFF;
}
.AnyTagClassName
{
color: #099AFF;
}
</style>
background-color css
<style>
a { background-color: #099AFF; }
a { background-color: rgb(9,154,255); }
div.DivClassName
{
background-color: #099AFF;
}
.BgClassName
{
background-color: #099AFF;
}
</style>
border-color css
<style>
span { border-color: #099AFF; }
span { border-color: rgb(9,154,255); }
td.TdClassName
{
border-color: #099AFF;
}
.TagClassName
{
border-color: #099AFF;
}
</style>