Shades of Dodger Blue #0476FC
Tints of Dodger Blue #0476FC
RGB
CMYK
RGB Variations
Color information
#0476FC (or 0x0476FC) is known color: Dodger Blue. HEX triplet: 04, 76 and FC. RGB value is (4,118,252). Sum of RGB (Red+Green+Blue) = 4+118+252=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #0476FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0476FC is #FB8903. Grayscale: #626262. Windows color (decimal): -16484612 or 16545284. OLE color: 16545284.
HSL color Cylindrical-coordinate representation of color #0476FC: hue angle of 212.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0476FC is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 118 | 252 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.01 |
| HSL | 212.42º | 0.98% | 0.5% | - |
| HSV(B) | 212.42º | 0.98% | 0.99% | - |
| XYZ | 24.1 | 20.01 | 94.69 | - |
| YUV | 99.19 | 214.23 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 252 | 0.98 | 0.53 | 0 | 0.01 | 212.42 | 0.98 | 0.5 |
| Hex | 4 | 76 | FC | 62 | 35 | 0 | 1 | D4 | 62 | 32 |
| Octal | 4 | 166 | 374 | 142 | 65 | 0 | 1 | 324 | 142 | 62 |
| Binary | 100 | 1110110 | 11111100 | 1100010 | 110101 | 0 | 1 | 11010100 | 1100010 | 110010 |
Color Harmonies of #0476FC
Complementary color
Monochromatic Colors of #0476FC
Black with #0476FC
Text Example
Text Example
White with #0476FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0476FC; }
p { color: rgb(4,118,252); }
H1.HeaderClassName
{
color: #0476FC;
}
.AnyTagClassName
{
color: #0476FC;
}
</style>
background-color css
<style>
a { background-color: #0476FC; }
a { background-color: rgb(4,118,252); }
div.DivClassName
{
background-color: #0476FC;
}
.BgClassName
{
background-color: #0476FC;
}
</style>
border-color css
<style>
span { border-color: #0476FC; }
span { border-color: rgb(4,118,252); }
td.TdClassName
{
border-color: #0476FC;
}
.TagClassName
{
border-color: #0476FC;
}
</style>