Shades of Dodger Blue #0484EE
Tints of Dodger Blue #0484EE
RGB
CMYK
RGB Variations
Color information
#0484EE (or 0x0484EE) is known color: Dodger Blue. HEX triplet: 04, 84 and EE. RGB value is (4,132,238). Sum of RGB (Red+Green+Blue) = 4+132+238=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #0484EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0484EE is #FB7B11. Grayscale: #696969. Windows color (decimal): -16481042 or 15631364. OLE color: 15631364.
HSL color Cylindrical-coordinate representation of color #0484EE: hue angle of 207.18º 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 #0484EE is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 132 | 238 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.07 |
| HSL | 207.18º | 0.97% | 0.47% | - |
| HSV(B) | 207.18º | 0.98% | 0.93% | - |
| XYZ | 23.73 | 22.7 | 84.02 | - |
| YUV | 105.81 | 202.59 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 132 | 238 | 0.98 | 0.45 | 0 | 0.07 | 207.18 | 0.97 | 0.47 |
| Hex | 4 | 84 | EE | 62 | 2D | 0 | 7 | CF | 61 | 2F |
| Octal | 4 | 204 | 356 | 142 | 55 | 0 | 7 | 317 | 141 | 57 |
| Binary | 100 | 10000100 | 11101110 | 1100010 | 101101 | 0 | 111 | 11001111 | 1100001 | 101111 |
Color Harmonies of #0484EE
Complementary color
Monochromatic Colors of #0484EE
Black with #0484EE
Text Example
Text Example
White with #0484EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0484EE; }
p { color: rgb(4,132,238); }
H1.HeaderClassName
{
color: #0484EE;
}
.AnyTagClassName
{
color: #0484EE;
}
</style>
background-color css
<style>
a { background-color: #0484EE; }
a { background-color: rgb(4,132,238); }
div.DivClassName
{
background-color: #0484EE;
}
.BgClassName
{
background-color: #0484EE;
}
</style>
border-color css
<style>
span { border-color: #0484EE; }
span { border-color: rgb(4,132,238); }
td.TdClassName
{
border-color: #0484EE;
}
.TagClassName
{
border-color: #0484EE;
}
</style>