Shades of Dodger Blue #0F8BE9
Tints of Dodger Blue #0F8BE9
RGB
CMYK
RGB Variations
Color information
#0F8BE9 (or 0x0F8BE9) is known color: Dodger Blue. HEX triplet: 0F, 8B and E9. RGB value is (15,139,233). Sum of RGB (Red+Green+Blue) = 15+139+233=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 233 (91.41% from 255 or 60.21% from 387); Max value from RGB is 233 - color contains mainly: blue. Hex color #0F8BE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8BE9 is #F07416. Grayscale: #707070. Windows color (decimal): -15758359 or 15305487. OLE color: 15305487.
HSL color Cylindrical-coordinate representation of color #0F8BE9: hue angle of 205.87º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F8BE9 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 139 | 233 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.09 |
| HSL | 205.87º | 0.88% | 0.49% | - |
| HSV(B) | 205.87º | 0.94% | 0.91% | - |
| XYZ | 24.14 | 24.45 | 80.54 | - |
| YUV | 112.64 | 195.92 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 139 | 233 | 0.94 | 0.40 | 0 | 0.09 | 205.87 | 0.88 | 0.49 |
| Hex | F | 8B | E9 | 5E | 28 | 0 | 9 | CE | 58 | 31 |
| Octal | 17 | 213 | 351 | 136 | 50 | 0 | 11 | 316 | 130 | 61 |
| Binary | 1111 | 10001011 | 11101001 | 1011110 | 101000 | 0 | 1001 | 11001110 | 1011000 | 110001 |
Color Harmonies of #0F8BE9
Complementary color
Monochromatic Colors of #0F8BE9
Black with #0F8BE9
Text Example
Text Example
White with #0F8BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8BE9; }
p { color: rgb(15,139,233); }
H1.HeaderClassName
{
color: #0F8BE9;
}
.AnyTagClassName
{
color: #0F8BE9;
}
</style>
background-color css
<style>
a { background-color: #0F8BE9; }
a { background-color: rgb(15,139,233); }
div.DivClassName
{
background-color: #0F8BE9;
}
.BgClassName
{
background-color: #0F8BE9;
}
</style>
border-color css
<style>
span { border-color: #0F8BE9; }
span { border-color: rgb(15,139,233); }
td.TdClassName
{
border-color: #0F8BE9;
}
.TagClassName
{
border-color: #0F8BE9;
}
</style>