Shades of Dodger Blue #0F8CFF
Tints of Dodger Blue #0F8CFF
RGB
CMYK
RGB Variations
Color information
#0F8CFF (or 0x0F8CFF) is known color: Dodger Blue. HEX triplet: 0F, 8C and FF. RGB value is (15,140,255). Sum of RGB (Red+Green+Blue) = 15+140+255=410 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.66% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F8CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F8CFF is #F07300. Grayscale: #737373. Windows color (decimal): -15758081 or 16747535. OLE color: 16747535.
HSL color Cylindrical-coordinate representation of color #0F8CFF: hue angle of 208.75º 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 #0F8CFF is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 140 | 255 | - |
| CMYK | 0.94 | 0.45 | 0 | 0 |
| HSL | 208.75º | 1% | 0.53% | - |
| HSV(B) | 208.75º | 0.94% | 1% | - |
| XYZ | 27.63 | 26.08 | 98.19 | - |
| YUV | 115.74 | 206.59 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 140 | 255 | 0.94 | 0.45 | 0 | 0 | 208.75 | 1 | 0.53 |
| Hex | F | 8C | FF | 5E | 2D | 0 | 0 | D1 | 64 | 35 |
| Octal | 17 | 214 | 377 | 136 | 55 | 0 | 0 | 321 | 144 | 65 |
| Binary | 1111 | 10001100 | 11111111 | 1011110 | 101101 | 0 | 0 | 11010001 | 1100100 | 110101 |
Color Harmonies of #0F8CFF
Complementary color
Monochromatic Colors of #0F8CFF
Black with #0F8CFF
Text Example
Text Example
White with #0F8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8CFF; }
p { color: rgb(15,140,255); }
H1.HeaderClassName
{
color: #0F8CFF;
}
.AnyTagClassName
{
color: #0F8CFF;
}
</style>
background-color css
<style>
a { background-color: #0F8CFF; }
a { background-color: rgb(15,140,255); }
div.DivClassName
{
background-color: #0F8CFF;
}
.BgClassName
{
background-color: #0F8CFF;
}
</style>
border-color css
<style>
span { border-color: #0F8CFF; }
span { border-color: rgb(15,140,255); }
td.TdClassName
{
border-color: #0F8CFF;
}
.TagClassName
{
border-color: #0F8CFF;
}
</style>