Shades of Dodger Blue #047BFD
Tints of Dodger Blue #047BFD
RGB
CMYK
RGB Variations
Color information
#047BFD (or 0x047BFD) is known color: Dodger Blue. HEX triplet: 04, 7B and FD. RGB value is (4,123,253). Sum of RGB (Red+Green+Blue) = 4+123+253=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #047BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047BFD is #FB8402. Grayscale: #656565. Windows color (decimal): -16483331 or 16612100. OLE color: 16612100.
HSL color Cylindrical-coordinate representation of color #047BFD: hue angle of 211.33º 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 #047BFD is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 123 | 253 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.01 |
| HSL | 211.33º | 0.98% | 0.5% | - |
| HSV(B) | 211.33º | 0.98% | 0.99% | - |
| XYZ | 24.86 | 21.28 | 95.73 | - |
| YUV | 102.24 | 213.08 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 253 | 0.98 | 0.51 | 0 | 0.01 | 211.33 | 0.98 | 0.5 |
| Hex | 4 | 7B | FD | 62 | 33 | 0 | 1 | D3 | 62 | 32 |
| Octal | 4 | 173 | 375 | 142 | 63 | 0 | 1 | 323 | 142 | 62 |
| Binary | 100 | 1111011 | 11111101 | 1100010 | 110011 | 0 | 1 | 11010011 | 1100010 | 110010 |
Color Harmonies of #047BFD
Complementary color
Monochromatic Colors of #047BFD
Black with #047BFD
Text Example
Text Example
White with #047BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BFD; }
p { color: rgb(4,123,253); }
H1.HeaderClassName
{
color: #047BFD;
}
.AnyTagClassName
{
color: #047BFD;
}
</style>
background-color css
<style>
a { background-color: #047BFD; }
a { background-color: rgb(4,123,253); }
div.DivClassName
{
background-color: #047BFD;
}
.BgClassName
{
background-color: #047BFD;
}
</style>
border-color css
<style>
span { border-color: #047BFD; }
span { border-color: rgb(4,123,253); }
td.TdClassName
{
border-color: #047BFD;
}
.TagClassName
{
border-color: #047BFD;
}
</style>