Shades of Dodger Blue #0F79EF
Tints of Dodger Blue #0F79EF
RGB
CMYK
RGB Variations
Color information
#0F79EF (or 0x0F79EF) is known color: Dodger Blue. HEX triplet: 0F, 79 and EF. RGB value is (15,121,239). Sum of RGB (Red+Green+Blue) = 15+121+239=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F79EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F79EF is #F08610. Grayscale: #666666. Windows color (decimal): -15762961 or 15694095. OLE color: 15694095.
HSL color Cylindrical-coordinate representation of color #0F79EF: hue angle of 211.61º 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 #0F79EF is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 121 | 239 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.06 |
| HSL | 211.61º | 0.88% | 0.5% | - |
| HSV(B) | 211.61º | 0.94% | 0.94% | - |
| XYZ | 22.61 | 20.01 | 84.33 | - |
| YUV | 102.76 | 204.88 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 121 | 239 | 0.94 | 0.49 | 0 | 0.06 | 211.61 | 0.88 | 0.5 |
| Hex | F | 79 | EF | 5E | 31 | 0 | 6 | D4 | 58 | 32 |
| Octal | 17 | 171 | 357 | 136 | 61 | 0 | 6 | 324 | 130 | 62 |
| Binary | 1111 | 1111001 | 11101111 | 1011110 | 110001 | 0 | 110 | 11010100 | 1011000 | 110010 |
Color Harmonies of #0F79EF
Complementary color
Monochromatic Colors of #0F79EF
Black with #0F79EF
Text Example
Text Example
White with #0F79EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F79EF; }
p { color: rgb(15,121,239); }
H1.HeaderClassName
{
color: #0F79EF;
}
.AnyTagClassName
{
color: #0F79EF;
}
</style>
background-color css
<style>
a { background-color: #0F79EF; }
a { background-color: rgb(15,121,239); }
div.DivClassName
{
background-color: #0F79EF;
}
.BgClassName
{
background-color: #0F79EF;
}
</style>
border-color css
<style>
span { border-color: #0F79EF; }
span { border-color: rgb(15,121,239); }
td.TdClassName
{
border-color: #0F79EF;
}
.TagClassName
{
border-color: #0F79EF;
}
</style>