Shades of Dodger Blue #047BFB
Tints of Dodger Blue #047BFB
RGB
CMYK
RGB Variations
Color information
#047BFB (or 0x047BFB) is known color: Dodger Blue. HEX triplet: 04, 7B and FB. RGB value is (4,123,251). Sum of RGB (Red+Green+Blue) = 4+123+251=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #047BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047BFB is #FB8404. Grayscale: #656565. Windows color (decimal): -16483333 or 16481028. OLE color: 16481028.
HSL color Cylindrical-coordinate representation of color #047BFB: hue angle of 211.09º 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 #047BFB is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 123 | 251 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.02 |
| HSL | 211.09º | 0.97% | 0.5% | - |
| HSV(B) | 211.09º | 0.98% | 0.98% | - |
| XYZ | 24.55 | 21.16 | 94.06 | - |
| YUV | 102.01 | 212.08 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 251 | 0.98 | 0.51 | 0 | 0.02 | 211.09 | 0.97 | 0.5 |
| Hex | 4 | 7B | FB | 62 | 33 | 0 | 2 | D3 | 61 | 32 |
| Octal | 4 | 173 | 373 | 142 | 63 | 0 | 2 | 323 | 141 | 62 |
| Binary | 100 | 1111011 | 11111011 | 1100010 | 110011 | 0 | 10 | 11010011 | 1100001 | 110010 |
Color Harmonies of #047BFB
Complementary color
Monochromatic Colors of #047BFB
Black with #047BFB
Text Example
Text Example
White with #047BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BFB; }
p { color: rgb(4,123,251); }
H1.HeaderClassName
{
color: #047BFB;
}
.AnyTagClassName
{
color: #047BFB;
}
</style>
background-color css
<style>
a { background-color: #047BFB; }
a { background-color: rgb(4,123,251); }
div.DivClassName
{
background-color: #047BFB;
}
.BgClassName
{
background-color: #047BFB;
}
</style>
border-color css
<style>
span { border-color: #047BFB; }
span { border-color: rgb(4,123,251); }
td.TdClassName
{
border-color: #047BFB;
}
.TagClassName
{
border-color: #047BFB;
}
</style>