Shades of Dodger Blue #089FFE
Tints of Dodger Blue #089FFE
RGB
CMYK
RGB Variations
Color information
#089FFE (or 0x089FFE) is known color: Dodger Blue. HEX triplet: 08, 9F and FE. RGB value is (8,159,254). Sum of RGB (Red+Green+Blue) = 8+159+254=421 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #089FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089FFE is #F76001. Grayscale: #7C7C7C. Windows color (decimal): -16211970 or 16686856. OLE color: 16686856.
HSL color Cylindrical-coordinate representation of color #089FFE: hue angle of 203.17º 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 #089FFE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 159 | 254 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.00 |
| HSL | 203.17º | 0.99% | 0.51% | - |
| HSV(B) | 203.17º | 0.97% | 1% | - |
| XYZ | 30.39 | 32 | 98.34 | - |
| YUV | 124.68 | 200.97 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 254 | 0.97 | 0.37 | 0 | 0.00 | 203.17 | 0.99 | 0.51 |
| Hex | 8 | 9F | FE | 61 | 25 | 0 | 0 | CB | 63 | 33 |
| Octal | 10 | 237 | 376 | 141 | 45 | 0 | 0 | 313 | 143 | 63 |
| Binary | 1000 | 10011111 | 11111110 | 1100001 | 100101 | 0 | 0 | 11001011 | 1100011 | 110011 |
Color Harmonies of #089FFE
Complementary color
Monochromatic Colors of #089FFE
Black with #089FFE
Text Example
Text Example
White with #089FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FFE; }
p { color: rgb(8,159,254); }
H1.HeaderClassName
{
color: #089FFE;
}
.AnyTagClassName
{
color: #089FFE;
}
</style>
background-color css
<style>
a { background-color: #089FFE; }
a { background-color: rgb(8,159,254); }
div.DivClassName
{
background-color: #089FFE;
}
.BgClassName
{
background-color: #089FFE;
}
</style>
border-color css
<style>
span { border-color: #089FFE; }
span { border-color: rgb(8,159,254); }
td.TdClassName
{
border-color: #089FFE;
}
.TagClassName
{
border-color: #089FFE;
}
</style>