Shades of Dodger Blue #089BFC
Tints of Dodger Blue #089BFC
RGB
CMYK
RGB Variations
Color information
#089BFC (or 0x089BFC) is known color: Dodger Blue. HEX triplet: 08, 9B and FC. RGB value is (8,155,252). Sum of RGB (Red+Green+Blue) = 8+155+252=415 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #089BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089BFC is #F76403. Grayscale: #797979. Windows color (decimal): -16212996 or 16554760. OLE color: 16554760.
HSL color Cylindrical-coordinate representation of color #089BFC: hue angle of 203.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089BFC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 155 | 252 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.01 |
| HSL | 203.85º | 0.98% | 0.51% | - |
| HSV(B) | 203.85º | 0.97% | 0.99% | - |
| XYZ | 29.39 | 30.52 | 96.44 | - |
| YUV | 122.11 | 201.3 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 252 | 0.97 | 0.38 | 0 | 0.01 | 203.85 | 0.98 | 0.51 |
| Hex | 8 | 9B | FC | 61 | 26 | 0 | 1 | CC | 62 | 33 |
| Octal | 10 | 233 | 374 | 141 | 46 | 0 | 1 | 314 | 142 | 63 |
| Binary | 1000 | 10011011 | 11111100 | 1100001 | 100110 | 0 | 1 | 11001100 | 1100010 | 110011 |
Color Harmonies of #089BFC
Complementary color
Monochromatic Colors of #089BFC
Black with #089BFC
Text Example
Text Example
White with #089BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089BFC; }
p { color: rgb(8,155,252); }
H1.HeaderClassName
{
color: #089BFC;
}
.AnyTagClassName
{
color: #089BFC;
}
</style>
background-color css
<style>
a { background-color: #089BFC; }
a { background-color: rgb(8,155,252); }
div.DivClassName
{
background-color: #089BFC;
}
.BgClassName
{
background-color: #089BFC;
}
</style>
border-color css
<style>
span { border-color: #089BFC; }
span { border-color: rgb(8,155,252); }
td.TdClassName
{
border-color: #089BFC;
}
.TagClassName
{
border-color: #089BFC;
}
</style>