Shades of Dodger Blue #0F7BEF
Tints of Dodger Blue #0F7BEF
RGB
CMYK
RGB Variations
Color information
#0F7BEF (or 0x0F7BEF) is known color: Dodger Blue. HEX triplet: 0F, 7B and EF. RGB value is (15,123,239). Sum of RGB (Red+Green+Blue) = 15+123+239=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F7BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7BEF is #F08410. Grayscale: #676767. Windows color (decimal): -15762449 or 15694607. OLE color: 15694607.
HSL color Cylindrical-coordinate representation of color #0F7BEF: hue angle of 211.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F7BEF is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 123 | 239 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.06 |
| HSL | 211.07º | 0.88% | 0.5% | - |
| HSV(B) | 211.07º | 0.94% | 0.94% | - |
| XYZ | 22.86 | 20.5 | 84.41 | - |
| YUV | 103.93 | 204.22 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 239 | 0.94 | 0.49 | 0 | 0.06 | 211.07 | 0.88 | 0.5 |
| Hex | F | 7B | EF | 5E | 31 | 0 | 6 | D3 | 58 | 32 |
| Octal | 17 | 173 | 357 | 136 | 61 | 0 | 6 | 323 | 130 | 62 |
| Binary | 1111 | 1111011 | 11101111 | 1011110 | 110001 | 0 | 110 | 11010011 | 1011000 | 110010 |
Color Harmonies of #0F7BEF
Complementary color
Monochromatic Colors of #0F7BEF
Black with #0F7BEF
Text Example
Text Example
White with #0F7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7BEF; }
p { color: rgb(15,123,239); }
H1.HeaderClassName
{
color: #0F7BEF;
}
.AnyTagClassName
{
color: #0F7BEF;
}
</style>
background-color css
<style>
a { background-color: #0F7BEF; }
a { background-color: rgb(15,123,239); }
div.DivClassName
{
background-color: #0F7BEF;
}
.BgClassName
{
background-color: #0F7BEF;
}
</style>
border-color css
<style>
span { border-color: #0F7BEF; }
span { border-color: rgb(15,123,239); }
td.TdClassName
{
border-color: #0F7BEF;
}
.TagClassName
{
border-color: #0F7BEF;
}
</style>