Shades of Dodger Blue #089EFC
Tints of Dodger Blue #089EFC
RGB
CMYK
RGB Variations
Color information
#089EFC (or 0x089EFC) is known color: Dodger Blue. HEX triplet: 08, 9E and FC. RGB value is (8,158,252). Sum of RGB (Red+Green+Blue) = 8+158+252=418 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.91% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #089EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089EFC is #F76103. Grayscale: #7B7B7B. Windows color (decimal): -16212228 or 16555528. OLE color: 16555528.
HSL color Cylindrical-coordinate representation of color #089EFC: hue angle of 203.11º 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 #089EFC is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 158 | 252 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.01 |
| HSL | 203.11º | 0.98% | 0.51% | - |
| HSV(B) | 203.11º | 0.97% | 0.99% | - |
| XYZ | 29.9 | 31.53 | 96.61 | - |
| YUV | 123.87 | 200.31 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 252 | 0.97 | 0.37 | 0 | 0.01 | 203.11 | 0.98 | 0.51 |
| Hex | 8 | 9E | FC | 61 | 25 | 0 | 1 | CB | 62 | 33 |
| Octal | 10 | 236 | 374 | 141 | 45 | 0 | 1 | 313 | 142 | 63 |
| Binary | 1000 | 10011110 | 11111100 | 1100001 | 100101 | 0 | 1 | 11001011 | 1100010 | 110011 |
Color Harmonies of #089EFC
Complementary color
Monochromatic Colors of #089EFC
Black with #089EFC
Text Example
Text Example
White with #089EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089EFC; }
p { color: rgb(8,158,252); }
H1.HeaderClassName
{
color: #089EFC;
}
.AnyTagClassName
{
color: #089EFC;
}
</style>
background-color css
<style>
a { background-color: #089EFC; }
a { background-color: rgb(8,158,252); }
div.DivClassName
{
background-color: #089EFC;
}
.BgClassName
{
background-color: #089EFC;
}
</style>
border-color css
<style>
span { border-color: #089EFC; }
span { border-color: rgb(8,158,252); }
td.TdClassName
{
border-color: #089EFC;
}
.TagClassName
{
border-color: #089EFC;
}
</style>