Shades of Dodger Blue #0F80FF
Tints of Dodger Blue #0F80FF
RGB
CMYK
RGB Variations
Color information
#0F80FF (or 0x0F80FF) is known color: Dodger Blue. HEX triplet: 0F, 80 and FF. RGB value is (15,128,255). Sum of RGB (Red+Green+Blue) = 15+128+255=398 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.77% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F80FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F80FF is #F07F00. Grayscale: #6C6C6C. Windows color (decimal): -15761153 or 16744463. OLE color: 16744463.
HSL color Cylindrical-coordinate representation of color #0F80FF: hue angle of 211.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 #0F80FF is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 128 | 255 | - |
| CMYK | 0.94 | 0.50 | 0 | 0 |
| HSL | 211.75º | 1% | 0.53% | - |
| HSV(B) | 211.75º | 0.94% | 1% | - |
| XYZ | 25.97 | 22.76 | 97.63 | - |
| YUV | 108.69 | 210.56 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 255 | 0.94 | 0.50 | 0 | 0 | 211.75 | 1 | 0.53 |
| Hex | F | 80 | FF | 5E | 32 | 0 | 0 | D4 | 64 | 35 |
| Octal | 17 | 200 | 377 | 136 | 62 | 0 | 0 | 324 | 144 | 65 |
| Binary | 1111 | 10000000 | 11111111 | 1011110 | 110010 | 0 | 0 | 11010100 | 1100100 | 110101 |
Color Harmonies of #0F80FF
Complementary color
Monochromatic Colors of #0F80FF
Black with #0F80FF
Text Example
Text Example
White with #0F80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F80FF; }
p { color: rgb(15,128,255); }
H1.HeaderClassName
{
color: #0F80FF;
}
.AnyTagClassName
{
color: #0F80FF;
}
</style>
background-color css
<style>
a { background-color: #0F80FF; }
a { background-color: rgb(15,128,255); }
div.DivClassName
{
background-color: #0F80FF;
}
.BgClassName
{
background-color: #0F80FF;
}
</style>
border-color css
<style>
span { border-color: #0F80FF; }
span { border-color: rgb(15,128,255); }
td.TdClassName
{
border-color: #0F80FF;
}
.TagClassName
{
border-color: #0F80FF;
}
</style>