Shades of Dodger Blue #0F81FF
Tints of Dodger Blue #0F81FF
RGB
CMYK
RGB Variations
Color information
#0F81FF (or 0x0F81FF) is known color: Dodger Blue. HEX triplet: 0F, 81 and FF. RGB value is (15,129,255). Sum of RGB (Red+Green+Blue) = 15+129+255=399 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.76% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F81FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F81FF is #F07E00. Grayscale: #6C6C6C. Windows color (decimal): -15760897 or 16744719. OLE color: 16744719.
HSL color Cylindrical-coordinate representation of color #0F81FF: hue angle of 211.5º 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 #0F81FF is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 129 | 255 | - |
| CMYK | 0.94 | 0.49 | 0 | 0 |
| HSL | 211.5º | 1% | 0.53% | - |
| HSV(B) | 211.5º | 0.94% | 1% | - |
| XYZ | 26.1 | 23.02 | 97.68 | - |
| YUV | 109.28 | 210.23 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 255 | 0.94 | 0.49 | 0 | 0 | 211.5 | 1 | 0.53 |
| Hex | F | 81 | FF | 5E | 31 | 0 | 0 | D4 | 64 | 35 |
| Octal | 17 | 201 | 377 | 136 | 61 | 0 | 0 | 324 | 144 | 65 |
| Binary | 1111 | 10000001 | 11111111 | 1011110 | 110001 | 0 | 0 | 11010100 | 1100100 | 110101 |
Color Harmonies of #0F81FF
Complementary color
Monochromatic Colors of #0F81FF
Black with #0F81FF
Text Example
Text Example
White with #0F81FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F81FF; }
p { color: rgb(15,129,255); }
H1.HeaderClassName
{
color: #0F81FF;
}
.AnyTagClassName
{
color: #0F81FF;
}
</style>
background-color css
<style>
a { background-color: #0F81FF; }
a { background-color: rgb(15,129,255); }
div.DivClassName
{
background-color: #0F81FF;
}
.BgClassName
{
background-color: #0F81FF;
}
</style>
border-color css
<style>
span { border-color: #0F81FF; }
span { border-color: rgb(15,129,255); }
td.TdClassName
{
border-color: #0F81FF;
}
.TagClassName
{
border-color: #0F81FF;
}
</style>