Shades of Dodger Blue #0F6BFA
Tints of Dodger Blue #0F6BFA
RGB
CMYK
RGB Variations
Color information
#0F6BFA (or 0x0F6BFA) is known color: Dodger Blue. HEX triplet: 0F, 6B and FA. RGB value is (15,107,250). Sum of RGB (Red+Green+Blue) = 15+107+250=372 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.03% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F6BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6BFA is #F09405. Grayscale: #5F5F5F. Windows color (decimal): -15766534 or 16411407. OLE color: 16411407.
HSL color Cylindrical-coordinate representation of color #0F6BFA: hue angle of 216.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F6BFA is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 107 | 250 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.02 |
| HSL | 216.51º | 0.96% | 0.52% | - |
| HSV(B) | 216.51º | 0.94% | 0.98% | - |
| XYZ | 22.71 | 17.52 | 92.63 | - |
| YUV | 95.79 | 215.02 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 107 | 250 | 0.94 | 0.57 | 0 | 0.02 | 216.51 | 0.96 | 0.52 |
| Hex | F | 6B | FA | 5E | 39 | 0 | 2 | D9 | 60 | 34 |
| Octal | 17 | 153 | 372 | 136 | 71 | 0 | 2 | 331 | 140 | 64 |
| Binary | 1111 | 1101011 | 11111010 | 1011110 | 111001 | 0 | 10 | 11011001 | 1100000 | 110100 |
Color Harmonies of #0F6BFA
Complementary color
Monochromatic Colors of #0F6BFA
Black with #0F6BFA
Text Example
Text Example
White with #0F6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6BFA; }
p { color: rgb(15,107,250); }
H1.HeaderClassName
{
color: #0F6BFA;
}
.AnyTagClassName
{
color: #0F6BFA;
}
</style>
background-color css
<style>
a { background-color: #0F6BFA; }
a { background-color: rgb(15,107,250); }
div.DivClassName
{
background-color: #0F6BFA;
}
.BgClassName
{
background-color: #0F6BFA;
}
</style>
border-color css
<style>
span { border-color: #0F6BFA; }
span { border-color: rgb(15,107,250); }
td.TdClassName
{
border-color: #0F6BFA;
}
.TagClassName
{
border-color: #0F6BFA;
}
</style>