Shades of Dodger Blue #0485EF
Tints of Dodger Blue #0485EF
RGB
CMYK
RGB Variations
Color information
#0485EF (or 0x0485EF) is known color: Dodger Blue. HEX triplet: 04, 85 and EF. RGB value is (4,133,239). Sum of RGB (Red+Green+Blue) = 4+133+239=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #0485EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0485EF is #FB7A10. Grayscale: #696969. Windows color (decimal): -16480785 or 15697156. OLE color: 15697156.
HSL color Cylindrical-coordinate representation of color #0485EF: hue angle of 207.06º 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 #0485EF is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 133 | 239 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.06 |
| HSL | 207.06º | 0.97% | 0.48% | - |
| HSV(B) | 207.06º | 0.98% | 0.94% | - |
| XYZ | 24.02 | 23.03 | 84.84 | - |
| YUV | 106.51 | 202.76 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 133 | 239 | 0.98 | 0.44 | 0 | 0.06 | 207.06 | 0.97 | 0.48 |
| Hex | 4 | 85 | EF | 62 | 2C | 0 | 6 | CF | 61 | 30 |
| Octal | 4 | 205 | 357 | 142 | 54 | 0 | 6 | 317 | 141 | 60 |
| Binary | 100 | 10000101 | 11101111 | 1100010 | 101100 | 0 | 110 | 11001111 | 1100001 | 110000 |
Color Harmonies of #0485EF
Complementary color
Monochromatic Colors of #0485EF
Black with #0485EF
Text Example
Text Example
White with #0485EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0485EF; }
p { color: rgb(4,133,239); }
H1.HeaderClassName
{
color: #0485EF;
}
.AnyTagClassName
{
color: #0485EF;
}
</style>
background-color css
<style>
a { background-color: #0485EF; }
a { background-color: rgb(4,133,239); }
div.DivClassName
{
background-color: #0485EF;
}
.BgClassName
{
background-color: #0485EF;
}
</style>
border-color css
<style>
span { border-color: #0485EF; }
span { border-color: rgb(4,133,239); }
td.TdClassName
{
border-color: #0485EF;
}
.TagClassName
{
border-color: #0485EF;
}
</style>