Shades of Dodger Blue #089DFC
Tints of Dodger Blue #089DFC
RGB
CMYK
RGB Variations
Color information
#089DFC (or 0x089DFC) is known color: Dodger Blue. HEX triplet: 08, 9D and FC. RGB value is (8,157,252). Sum of RGB (Red+Green+Blue) = 8+157+252=417 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #089DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089DFC is #F76203. Grayscale: #7A7A7A. Windows color (decimal): -16212484 or 16555272. OLE color: 16555272.
HSL color Cylindrical-coordinate representation of color #089DFC: hue angle of 203.36º 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 #089DFC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 157 | 252 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.01 |
| HSL | 203.36º | 0.98% | 0.51% | - |
| HSV(B) | 203.36º | 0.97% | 0.99% | - |
| XYZ | 29.73 | 31.19 | 96.55 | - |
| YUV | 123.28 | 200.64 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 252 | 0.97 | 0.38 | 0 | 0.01 | 203.36 | 0.98 | 0.51 |
| Hex | 8 | 9D | FC | 61 | 26 | 0 | 1 | CB | 62 | 33 |
| Octal | 10 | 235 | 374 | 141 | 46 | 0 | 1 | 313 | 142 | 63 |
| Binary | 1000 | 10011101 | 11111100 | 1100001 | 100110 | 0 | 1 | 11001011 | 1100010 | 110011 |
Color Harmonies of #089DFC
Complementary color
Monochromatic Colors of #089DFC
Black with #089DFC
Text Example
Text Example
White with #089DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089DFC; }
p { color: rgb(8,157,252); }
H1.HeaderClassName
{
color: #089DFC;
}
.AnyTagClassName
{
color: #089DFC;
}
</style>
background-color css
<style>
a { background-color: #089DFC; }
a { background-color: rgb(8,157,252); }
div.DivClassName
{
background-color: #089DFC;
}
.BgClassName
{
background-color: #089DFC;
}
</style>
border-color css
<style>
span { border-color: #089DFC; }
span { border-color: rgb(8,157,252); }
td.TdClassName
{
border-color: #089DFC;
}
.TagClassName
{
border-color: #089DFC;
}
</style>