Shades of Dodger Blue #047BED
Tints of Dodger Blue #047BED
RGB
CMYK
RGB Variations
Color information
#047BED (or 0x047BED) is known color: Dodger Blue. HEX triplet: 04, 7B and ED. RGB value is (4,123,237). Sum of RGB (Red+Green+Blue) = 4+123+237=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #047BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047BED is #FB8412. Grayscale: #636363. Windows color (decimal): -16483347 or 15563524. OLE color: 15563524.
HSL color Cylindrical-coordinate representation of color #047BED: hue angle of 209.36º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BED is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 123 | 237 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.07 |
| HSL | 209.36º | 0.97% | 0.47% | - |
| HSV(B) | 209.36º | 0.98% | 0.93% | - |
| XYZ | 22.42 | 20.31 | 82.86 | - |
| YUV | 100.42 | 205.08 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 123 | 237 | 0.98 | 0.48 | 0 | 0.07 | 209.36 | 0.97 | 0.47 |
| Hex | 4 | 7B | ED | 62 | 30 | 0 | 7 | D1 | 61 | 2F |
| Octal | 4 | 173 | 355 | 142 | 60 | 0 | 7 | 321 | 141 | 57 |
| Binary | 100 | 1111011 | 11101101 | 1100010 | 110000 | 0 | 111 | 11010001 | 1100001 | 101111 |
Color Harmonies of #047BED
Complementary color
Monochromatic Colors of #047BED
Black with #047BED
Text Example
Text Example
White with #047BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047BED; }
p { color: rgb(4,123,237); }
H1.HeaderClassName
{
color: #047BED;
}
.AnyTagClassName
{
color: #047BED;
}
</style>
background-color css
<style>
a { background-color: #047BED; }
a { background-color: rgb(4,123,237); }
div.DivClassName
{
background-color: #047BED;
}
.BgClassName
{
background-color: #047BED;
}
</style>
border-color css
<style>
span { border-color: #047BED; }
span { border-color: rgb(4,123,237); }
td.TdClassName
{
border-color: #047BED;
}
.TagClassName
{
border-color: #047BED;
}
</style>