Shades of Dodger Blue #0F87FA
Tints of Dodger Blue #0F87FA
RGB
CMYK
RGB Variations
Color information
#0F87FA (or 0x0F87FA) is known color: Dodger Blue. HEX triplet: 0F, 87 and FA. RGB value is (15,135,250). Sum of RGB (Red+Green+Blue) = 15+135+250=400 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F87FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F87FA is #F07805. Grayscale: #6F6F6F. Windows color (decimal): -15759366 or 16418575. OLE color: 16418575.
HSL color Cylindrical-coordinate representation of color #0F87FA: hue angle of 209.36º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F87FA is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 135 | 250 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.02 |
| HSL | 209.36º | 0.96% | 0.52% | - |
| HSV(B) | 209.36º | 0.94% | 0.98% | - |
| XYZ | 26.12 | 24.33 | 93.76 | - |
| YUV | 112.23 | 205.74 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 135 | 250 | 0.94 | 0.46 | 0 | 0.02 | 209.36 | 0.96 | 0.52 |
| Hex | F | 87 | FA | 5E | 2E | 0 | 2 | D1 | 60 | 34 |
| Octal | 17 | 207 | 372 | 136 | 56 | 0 | 2 | 321 | 140 | 64 |
| Binary | 1111 | 10000111 | 11111010 | 1011110 | 101110 | 0 | 10 | 11010001 | 1100000 | 110100 |
Color Harmonies of #0F87FA
Complementary color
Monochromatic Colors of #0F87FA
Black with #0F87FA
Text Example
Text Example
White with #0F87FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F87FA; }
p { color: rgb(15,135,250); }
H1.HeaderClassName
{
color: #0F87FA;
}
.AnyTagClassName
{
color: #0F87FA;
}
</style>
background-color css
<style>
a { background-color: #0F87FA; }
a { background-color: rgb(15,135,250); }
div.DivClassName
{
background-color: #0F87FA;
}
.BgClassName
{
background-color: #0F87FA;
}
</style>
border-color css
<style>
span { border-color: #0F87FA; }
span { border-color: rgb(15,135,250); }
td.TdClassName
{
border-color: #0F87FA;
}
.TagClassName
{
border-color: #0F87FA;
}
</style>