Shades of Dodger Blue #0477FB
Tints of Dodger Blue #0477FB
RGB
CMYK
RGB Variations
Color information
#0477FB (or 0x0477FB) is known color: Dodger Blue. HEX triplet: 04, 77 and FB. RGB value is (4,119,251). Sum of RGB (Red+Green+Blue) = 4+119+251=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #0477FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0477FB is #FB8804. Grayscale: #636363. Windows color (decimal): -16484357 or 16480004. OLE color: 16480004.
HSL color Cylindrical-coordinate representation of color #0477FB: hue angle of 212.06º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0477FB is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 119 | 251 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.02 |
| HSL | 212.06º | 0.97% | 0.5% | - |
| HSV(B) | 212.06º | 0.98% | 0.98% | - |
| XYZ | 24.06 | 20.18 | 93.89 | - |
| YUV | 99.66 | 213.4 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 119 | 251 | 0.98 | 0.53 | 0 | 0.02 | 212.06 | 0.97 | 0.5 |
| Hex | 4 | 77 | FB | 62 | 35 | 0 | 2 | D4 | 61 | 32 |
| Octal | 4 | 167 | 373 | 142 | 65 | 0 | 2 | 324 | 141 | 62 |
| Binary | 100 | 1110111 | 11111011 | 1100010 | 110101 | 0 | 10 | 11010100 | 1100001 | 110010 |
Color Harmonies of #0477FB
Complementary color
Monochromatic Colors of #0477FB
Black with #0477FB
Text Example
Text Example
White with #0477FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0477FB; }
p { color: rgb(4,119,251); }
H1.HeaderClassName
{
color: #0477FB;
}
.AnyTagClassName
{
color: #0477FB;
}
</style>
background-color css
<style>
a { background-color: #0477FB; }
a { background-color: rgb(4,119,251); }
div.DivClassName
{
background-color: #0477FB;
}
.BgClassName
{
background-color: #0477FB;
}
</style>
border-color css
<style>
span { border-color: #0477FB; }
span { border-color: rgb(4,119,251); }
td.TdClassName
{
border-color: #0477FB;
}
.TagClassName
{
border-color: #0477FB;
}
</style>