Shades of Dodger Blue #0079FC
Tints of Dodger Blue #0079FC
RGB
CMYK
RGB Variations
Color information
#0079FC (or 0x0079FC) is known color: Dodger Blue. HEX triplet: 00, 79 and FC. RGB value is (0,121,252). Sum of RGB (Red+Green+Blue) = 0+121+252=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #0079FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0079FC is #FF8603. Grayscale: #636363. Windows color (decimal): -16745988 or 16546048. OLE color: 16546048.
HSL color Cylindrical-coordinate representation of color #0079FC: hue angle of 211.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0079FC is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 121 | 252 | - |
| CMYK | 1 | 0.52 | 0 | 0.01 |
| HSL | 211.19º | 1% | 0.49% | - |
| HSV(B) | 211.19º | 1% | 0.99% | - |
| XYZ | 24.41 | 20.7 | 94.81 | - |
| YUV | 99.76 | 213.91 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 252 | 1 | 0.52 | 0 | 0.01 | 211.19 | 1 | 0.49 |
| Hex | 0 | 79 | FC | 64 | 34 | 0 | 1 | D3 | 64 | 31 |
| Octal | 0 | 171 | 374 | 144 | 64 | 0 | 1 | 323 | 144 | 61 |
| Binary | 0 | 1111001 | 11111100 | 1100100 | 110100 | 0 | 1 | 11010011 | 1100100 | 110001 |
Color Harmonies of #0079FC
Complementary color
Monochromatic Colors of #0079FC
Black with #0079FC
Text Example
Text Example
White with #0079FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0079FC; }
p { color: rgb(0,121,252); }
H1.HeaderClassName
{
color: #0079FC;
}
.AnyTagClassName
{
color: #0079FC;
}
</style>
background-color css
<style>
a { background-color: #0079FC; }
a { background-color: rgb(0,121,252); }
div.DivClassName
{
background-color: #0079FC;
}
.BgClassName
{
background-color: #0079FC;
}
</style>
border-color css
<style>
span { border-color: #0079FC; }
span { border-color: rgb(0,121,252); }
td.TdClassName
{
border-color: #0079FC;
}
.TagClassName
{
border-color: #0079FC;
}
</style>