Shades of Dodger Blue #0F89EB
Tints of Dodger Blue #0F89EB
RGB
CMYK
RGB Variations
Color information
#0F89EB (or 0x0F89EB) is known color: Dodger Blue. HEX triplet: 0F, 89 and EB. RGB value is (15,137,235). Sum of RGB (Red+Green+Blue) = 15+137+235=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F89EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F89EB is #F07614. Grayscale: #6F6F6F. Windows color (decimal): -15758869 or 15436047. OLE color: 15436047.
HSL color Cylindrical-coordinate representation of color #0F89EB: hue angle of 206.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F89EB is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 137 | 235 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.08 |
| HSL | 206.73º | 0.88% | 0.49% | - |
| HSV(B) | 206.73º | 0.94% | 0.92% | - |
| XYZ | 24.14 | 23.99 | 81.96 | - |
| YUV | 111.69 | 197.58 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 137 | 235 | 0.94 | 0.42 | 0 | 0.08 | 206.73 | 0.88 | 0.49 |
| Hex | F | 89 | EB | 5E | 2A | 0 | 8 | CF | 58 | 31 |
| Octal | 17 | 211 | 353 | 136 | 52 | 0 | 10 | 317 | 130 | 61 |
| Binary | 1111 | 10001001 | 11101011 | 1011110 | 101010 | 0 | 1000 | 11001111 | 1011000 | 110001 |
Color Harmonies of #0F89EB
Complementary color
Monochromatic Colors of #0F89EB
Black with #0F89EB
Text Example
Text Example
White with #0F89EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F89EB; }
p { color: rgb(15,137,235); }
H1.HeaderClassName
{
color: #0F89EB;
}
.AnyTagClassName
{
color: #0F89EB;
}
</style>
background-color css
<style>
a { background-color: #0F89EB; }
a { background-color: rgb(15,137,235); }
div.DivClassName
{
background-color: #0F89EB;
}
.BgClassName
{
background-color: #0F89EB;
}
</style>
border-color css
<style>
span { border-color: #0F89EB; }
span { border-color: rgb(15,137,235); }
td.TdClassName
{
border-color: #0F89EB;
}
.TagClassName
{
border-color: #0F89EB;
}
</style>