Shades of Dodger Blue #0F89FF
Tints of Dodger Blue #0F89FF
RGB
CMYK
RGB Variations
Color information
#0F89FF (or 0x0F89FF) is known color: Dodger Blue. HEX triplet: 0F, 89 and FF. RGB value is (15,137,255). Sum of RGB (Red+Green+Blue) = 15+137+255=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F89FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F89FF is #F07600. Grayscale: #717171. Windows color (decimal): -15758849 or 16746767. OLE color: 16746767.
HSL color Cylindrical-coordinate representation of color #0F89FF: hue angle of 209.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F89FF is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 137 | 255 | - |
| CMYK | 0.94 | 0.46 | 0 | 0 |
| HSL | 209.5º | 1% | 0.53% | - |
| HSV(B) | 209.5º | 0.94% | 1% | - |
| XYZ | 27.19 | 25.21 | 98.04 | - |
| YUV | 113.97 | 207.58 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 137 | 255 | 0.94 | 0.46 | 0 | 0 | 209.5 | 1 | 0.53 |
| Hex | F | 89 | FF | 5E | 2E | 0 | 0 | D2 | 64 | 35 |
| Octal | 17 | 211 | 377 | 136 | 56 | 0 | 0 | 322 | 144 | 65 |
| Binary | 1111 | 10001001 | 11111111 | 1011110 | 101110 | 0 | 0 | 11010010 | 1100100 | 110101 |
Color Harmonies of #0F89FF
Complementary color
Monochromatic Colors of #0F89FF
Black with #0F89FF
Text Example
Text Example
White with #0F89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F89FF; }
p { color: rgb(15,137,255); }
H1.HeaderClassName
{
color: #0F89FF;
}
.AnyTagClassName
{
color: #0F89FF;
}
</style>
background-color css
<style>
a { background-color: #0F89FF; }
a { background-color: rgb(15,137,255); }
div.DivClassName
{
background-color: #0F89FF;
}
.BgClassName
{
background-color: #0F89FF;
}
</style>
border-color css
<style>
span { border-color: #0F89FF; }
span { border-color: rgb(15,137,255); }
td.TdClassName
{
border-color: #0F89FF;
}
.TagClassName
{
border-color: #0F89FF;
}
</style>