Shades of Dodger Blue #0F70FC
Tints of Dodger Blue #0F70FC
RGB
CMYK
RGB Variations
Color information
#0F70FC (or 0x0F70FC) is known color: Dodger Blue. HEX triplet: 0F, 70 and FC. RGB value is (15,112,252). Sum of RGB (Red+Green+Blue) = 15+112+252=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F70FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F70FC is #F08F03. Grayscale: #626262. Windows color (decimal): -15765252 or 16543759. OLE color: 16543759.
HSL color Cylindrical-coordinate representation of color #0F70FC: hue angle of 215.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F70FC is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 112 | 252 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.01 |
| HSL | 215.44º | 0.98% | 0.52% | - |
| HSV(B) | 215.44º | 0.94% | 0.99% | - |
| XYZ | 23.56 | 18.72 | 94.47 | - |
| YUV | 98.96 | 214.36 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 252 | 0.94 | 0.56 | 0 | 0.01 | 215.44 | 0.98 | 0.52 |
| Hex | F | 70 | FC | 5E | 38 | 0 | 1 | D7 | 62 | 34 |
| Octal | 17 | 160 | 374 | 136 | 70 | 0 | 1 | 327 | 142 | 64 |
| Binary | 1111 | 1110000 | 11111100 | 1011110 | 111000 | 0 | 1 | 11010111 | 1100010 | 110100 |
Color Harmonies of #0F70FC
Complementary color
Monochromatic Colors of #0F70FC
Black with #0F70FC
Text Example
Text Example
White with #0F70FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F70FC; }
p { color: rgb(15,112,252); }
H1.HeaderClassName
{
color: #0F70FC;
}
.AnyTagClassName
{
color: #0F70FC;
}
</style>
background-color css
<style>
a { background-color: #0F70FC; }
a { background-color: rgb(15,112,252); }
div.DivClassName
{
background-color: #0F70FC;
}
.BgClassName
{
background-color: #0F70FC;
}
</style>
border-color css
<style>
span { border-color: #0F70FC; }
span { border-color: rgb(15,112,252); }
td.TdClassName
{
border-color: #0F70FC;
}
.TagClassName
{
border-color: #0F70FC;
}
</style>