Shades of Dodger Blue #089AFB
Tints of Dodger Blue #089AFB
RGB
CMYK
RGB Variations
Color information
#089AFB (or 0x089AFB) is known color: Dodger Blue. HEX triplet: 08, 9A and FB. RGB value is (8,154,251). Sum of RGB (Red+Green+Blue) = 8+154+251=413 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.94% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #089AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089AFB is #F76504. Grayscale: #787878. Windows color (decimal): -16213253 or 16488968. OLE color: 16488968.
HSL color Cylindrical-coordinate representation of color #089AFB: hue angle of 203.95º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089AFB is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 154 | 251 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.02 |
| HSL | 203.95º | 0.97% | 0.51% | - |
| HSV(B) | 203.95º | 0.97% | 0.98% | - |
| XYZ | 29.07 | 30.13 | 95.55 | - |
| YUV | 121.4 | 201.13 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 251 | 0.97 | 0.39 | 0 | 0.02 | 203.95 | 0.97 | 0.51 |
| Hex | 8 | 9A | FB | 61 | 27 | 0 | 2 | CC | 61 | 33 |
| Octal | 10 | 232 | 373 | 141 | 47 | 0 | 2 | 314 | 141 | 63 |
| Binary | 1000 | 10011010 | 11111011 | 1100001 | 100111 | 0 | 10 | 11001100 | 1100001 | 110011 |
Color Harmonies of #089AFB
Complementary color
Monochromatic Colors of #089AFB
Black with #089AFB
Text Example
Text Example
White with #089AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089AFB; }
p { color: rgb(8,154,251); }
H1.HeaderClassName
{
color: #089AFB;
}
.AnyTagClassName
{
color: #089AFB;
}
</style>
background-color css
<style>
a { background-color: #089AFB; }
a { background-color: rgb(8,154,251); }
div.DivClassName
{
background-color: #089AFB;
}
.BgClassName
{
background-color: #089AFB;
}
</style>
border-color css
<style>
span { border-color: #089AFB; }
span { border-color: rgb(8,154,251); }
td.TdClassName
{
border-color: #089AFB;
}
.TagClassName
{
border-color: #089AFB;
}
</style>