Shades of Dodger Blue #058BEA
Tints of Dodger Blue #058BEA
RGB
CMYK
RGB Variations
Color information
#058BEA (or 0x058BEA) is known color: Dodger Blue. HEX triplet: 05, 8B and EA. RGB value is (5,139,234). Sum of RGB (Red+Green+Blue) = 5+139+234=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #058BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058BEA is #FA7415. Grayscale: #6D6D6D. Windows color (decimal): -16413718 or 15371013. OLE color: 15371013.
HSL color Cylindrical-coordinate representation of color #058BEA: hue angle of 204.89º 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 #058BEA is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 139 | 234 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.08 |
| HSL | 204.89º | 0.96% | 0.47% | - |
| HSV(B) | 204.89º | 0.98% | 0.92% | - |
| XYZ | 24.15 | 24.44 | 81.29 | - |
| YUV | 109.76 | 198.11 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 234 | 0.98 | 0.41 | 0 | 0.08 | 204.89 | 0.96 | 0.47 |
| Hex | 5 | 8B | EA | 62 | 29 | 0 | 8 | CD | 60 | 2F |
| Octal | 5 | 213 | 352 | 142 | 51 | 0 | 10 | 315 | 140 | 57 |
| Binary | 101 | 10001011 | 11101010 | 1100010 | 101001 | 0 | 1000 | 11001101 | 1100000 | 101111 |
Color Harmonies of #058BEA
Complementary color
Monochromatic Colors of #058BEA
Black with #058BEA
Text Example
Text Example
White with #058BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058BEA; }
p { color: rgb(5,139,234); }
H1.HeaderClassName
{
color: #058BEA;
}
.AnyTagClassName
{
color: #058BEA;
}
</style>
background-color css
<style>
a { background-color: #058BEA; }
a { background-color: rgb(5,139,234); }
div.DivClassName
{
background-color: #058BEA;
}
.BgClassName
{
background-color: #058BEA;
}
</style>
border-color css
<style>
span { border-color: #058BEA; }
span { border-color: rgb(5,139,234); }
td.TdClassName
{
border-color: #058BEA;
}
.TagClassName
{
border-color: #058BEA;
}
</style>