Shades of Dodger Blue #0F81F4
Tints of Dodger Blue #0F81F4
RGB
CMYK
RGB Variations
Color information
#0F81F4 (or 0x0F81F4) is known color: Dodger Blue. HEX triplet: 0F, 81 and F4. RGB value is (15,129,244). Sum of RGB (Red+Green+Blue) = 15+129+244=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 244 (95.70% from 255 or 62.89% from 388); Max value from RGB is 244 - color contains mainly: blue. Hex color #0F81F4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F81F4 is #F07E0B. Grayscale: #6B6B6B. Windows color (decimal): -15760908 or 16023823. OLE color: 16023823.
HSL color Cylindrical-coordinate representation of color #0F81F4: hue angle of 210.13º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F81F4 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 129 | 244 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.04 |
| HSL | 210.13º | 0.91% | 0.51% | - |
| HSV(B) | 210.13º | 0.94% | 0.96% | - |
| XYZ | 24.38 | 22.33 | 88.61 | - |
| YUV | 108.02 | 204.73 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 244 | 0.94 | 0.47 | 0 | 0.04 | 210.13 | 0.91 | 0.51 |
| Hex | F | 81 | F4 | 5E | 2F | 0 | 4 | D2 | 5B | 33 |
| Octal | 17 | 201 | 364 | 136 | 57 | 0 | 4 | 322 | 133 | 63 |
| Binary | 1111 | 10000001 | 11110100 | 1011110 | 101111 | 0 | 100 | 11010010 | 1011011 | 110011 |
Color Harmonies of #0F81F4
Complementary color
Monochromatic Colors of #0F81F4
Black with #0F81F4
Text Example
Text Example
White with #0F81F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F81F4; }
p { color: rgb(15,129,244); }
H1.HeaderClassName
{
color: #0F81F4;
}
.AnyTagClassName
{
color: #0F81F4;
}
</style>
background-color css
<style>
a { background-color: #0F81F4; }
a { background-color: rgb(15,129,244); }
div.DivClassName
{
background-color: #0F81F4;
}
.BgClassName
{
background-color: #0F81F4;
}
</style>
border-color css
<style>
span { border-color: #0F81F4; }
span { border-color: rgb(15,129,244); }
td.TdClassName
{
border-color: #0F81F4;
}
.TagClassName
{
border-color: #0F81F4;
}
</style>