Shades of Dodger Blue #058EEA
Tints of Dodger Blue #058EEA
RGB
CMYK
RGB Variations
Color information
#058EEA (or 0x058EEA) is known color: Dodger Blue. HEX triplet: 05, 8E and EA. RGB value is (5,142,234). Sum of RGB (Red+Green+Blue) = 5+142+234=381 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #058EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058EEA is #FA7115. Grayscale: #6F6F6F. Windows color (decimal): -16412950 or 15371781. OLE color: 15371781.
HSL color Cylindrical-coordinate representation of color #058EEA: hue angle of 204.1º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058EEA is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 142 | 234 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.08 |
| HSL | 204.1º | 0.96% | 0.47% | - |
| HSV(B) | 204.1º | 0.98% | 0.92% | - |
| XYZ | 24.59 | 25.32 | 81.43 | - |
| YUV | 111.53 | 197.11 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 234 | 0.98 | 0.39 | 0 | 0.08 | 204.1 | 0.96 | 0.47 |
| Hex | 5 | 8E | EA | 62 | 27 | 0 | 8 | CC | 60 | 2F |
| Octal | 5 | 216 | 352 | 142 | 47 | 0 | 10 | 314 | 140 | 57 |
| Binary | 101 | 10001110 | 11101010 | 1100010 | 100111 | 0 | 1000 | 11001100 | 1100000 | 101111 |
Color Harmonies of #058EEA
Complementary color
Monochromatic Colors of #058EEA
Black with #058EEA
Text Example
Text Example
White with #058EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058EEA; }
p { color: rgb(5,142,234); }
H1.HeaderClassName
{
color: #058EEA;
}
.AnyTagClassName
{
color: #058EEA;
}
</style>
background-color css
<style>
a { background-color: #058EEA; }
a { background-color: rgb(5,142,234); }
div.DivClassName
{
background-color: #058EEA;
}
.BgClassName
{
background-color: #058EEA;
}
</style>
border-color css
<style>
span { border-color: #058EEA; }
span { border-color: rgb(5,142,234); }
td.TdClassName
{
border-color: #058EEA;
}
.TagClassName
{
border-color: #058EEA;
}
</style>