Shades of Dodger Blue #047BEF
Tints of Dodger Blue #047BEF
RGB
CMYK
RGB Variations
Color information
#047BEF (or 0x047BEF) is known color: Dodger Blue. HEX triplet: 04, 7B and EF. RGB value is (4,123,239). Sum of RGB (Red+Green+Blue) = 4+123+239=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #047BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047BEF is #FB8410. Grayscale: #646464. Windows color (decimal): -16483345 or 15694596. OLE color: 15694596.
HSL color Cylindrical-coordinate representation of color #047BEF: hue angle of 209.62º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BEF is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 123 | 239 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.06 |
| HSL | 209.62º | 0.97% | 0.48% | - |
| HSV(B) | 209.62º | 0.98% | 0.94% | - |
| XYZ | 22.71 | 20.42 | 84.41 | - |
| YUV | 100.64 | 206.08 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 239 | 0.98 | 0.49 | 0 | 0.06 | 209.62 | 0.97 | 0.48 |
| Hex | 4 | 7B | EF | 62 | 31 | 0 | 6 | D2 | 61 | 30 |
| Octal | 4 | 173 | 357 | 142 | 61 | 0 | 6 | 322 | 141 | 60 |
| Binary | 100 | 1111011 | 11101111 | 1100010 | 110001 | 0 | 110 | 11010010 | 1100001 | 110000 |
Color Harmonies of #047BEF
Complementary color
Monochromatic Colors of #047BEF
Black with #047BEF
Text Example
Text Example
White with #047BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BEF; }
p { color: rgb(4,123,239); }
H1.HeaderClassName
{
color: #047BEF;
}
.AnyTagClassName
{
color: #047BEF;
}
</style>
background-color css
<style>
a { background-color: #047BEF; }
a { background-color: rgb(4,123,239); }
div.DivClassName
{
background-color: #047BEF;
}
.BgClassName
{
background-color: #047BEF;
}
</style>
border-color css
<style>
span { border-color: #047BEF; }
span { border-color: rgb(4,123,239); }
td.TdClassName
{
border-color: #047BEF;
}
.TagClassName
{
border-color: #047BEF;
}
</style>