Shades of Dodger Blue #089EFE
Tints of Dodger Blue #089EFE
RGB
CMYK
RGB Variations
Color information
#089EFE (or 0x089EFE) is known color: Dodger Blue. HEX triplet: 08, 9E and FE. RGB value is (8,158,254). Sum of RGB (Red+Green+Blue) = 8+158+254=420 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #089EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089EFE is #F76101. Grayscale: #7B7B7B. Windows color (decimal): -16212226 or 16686600. OLE color: 16686600.
HSL color Cylindrical-coordinate representation of color #089EFE: hue angle of 203.41º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089EFE is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 158 | 254 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.00 |
| HSL | 203.41º | 0.99% | 0.51% | - |
| HSV(B) | 203.41º | 0.97% | 1% | - |
| XYZ | 30.22 | 31.66 | 98.28 | - |
| YUV | 124.09 | 201.31 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 254 | 0.97 | 0.38 | 0 | 0.00 | 203.41 | 0.99 | 0.51 |
| Hex | 8 | 9E | FE | 61 | 26 | 0 | 0 | CB | 63 | 33 |
| Octal | 10 | 236 | 376 | 141 | 46 | 0 | 0 | 313 | 143 | 63 |
| Binary | 1000 | 10011110 | 11111110 | 1100001 | 100110 | 0 | 0 | 11001011 | 1100011 | 110011 |
Color Harmonies of #089EFE
Complementary color
Monochromatic Colors of #089EFE
Black with #089EFE
Text Example
Text Example
White with #089EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089EFE; }
p { color: rgb(8,158,254); }
H1.HeaderClassName
{
color: #089EFE;
}
.AnyTagClassName
{
color: #089EFE;
}
</style>
background-color css
<style>
a { background-color: #089EFE; }
a { background-color: rgb(8,158,254); }
div.DivClassName
{
background-color: #089EFE;
}
.BgClassName
{
background-color: #089EFE;
}
</style>
border-color css
<style>
span { border-color: #089EFE; }
span { border-color: rgb(8,158,254); }
td.TdClassName
{
border-color: #089EFE;
}
.TagClassName
{
border-color: #089EFE;
}
</style>