Shades of Dodger Blue #0F68FC
Tints of Dodger Blue #0F68FC
RGB
CMYK
RGB Variations
Color information
#0F68FC (or 0x0F68FC) is known color: Dodger Blue. HEX triplet: 0F, 68 and FC. RGB value is (15,104,252). Sum of RGB (Red+Green+Blue) = 15+104+252=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F68FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F68FC is #F09703. Grayscale: #5D5D5D. Windows color (decimal): -15767300 or 16541711. OLE color: 16541711.
HSL color Cylindrical-coordinate representation of color #0F68FC: hue angle of 217.47º 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 #0F68FC is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 104 | 252 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.01 |
| HSL | 217.47º | 0.98% | 0.52% | - |
| HSV(B) | 217.47º | 0.94% | 0.99% | - |
| XYZ | 22.72 | 17.03 | 94.19 | - |
| YUV | 94.26 | 217.01 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 252 | 0.94 | 0.59 | 0 | 0.01 | 217.47 | 0.98 | 0.52 |
| Hex | F | 68 | FC | 5E | 3B | 0 | 1 | D9 | 62 | 34 |
| Octal | 17 | 150 | 374 | 136 | 73 | 0 | 1 | 331 | 142 | 64 |
| Binary | 1111 | 1101000 | 11111100 | 1011110 | 111011 | 0 | 1 | 11011001 | 1100010 | 110100 |
Color Harmonies of #0F68FC
Complementary color
Monochromatic Colors of #0F68FC
Black with #0F68FC
Text Example
Text Example
White with #0F68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F68FC; }
p { color: rgb(15,104,252); }
H1.HeaderClassName
{
color: #0F68FC;
}
.AnyTagClassName
{
color: #0F68FC;
}
</style>
background-color css
<style>
a { background-color: #0F68FC; }
a { background-color: rgb(15,104,252); }
div.DivClassName
{
background-color: #0F68FC;
}
.BgClassName
{
background-color: #0F68FC;
}
</style>
border-color css
<style>
span { border-color: #0F68FC; }
span { border-color: rgb(15,104,252); }
td.TdClassName
{
border-color: #0F68FC;
}
.TagClassName
{
border-color: #0F68FC;
}
</style>