Shades of Dodger Blue #058CE5
Tints of Dodger Blue #058CE5
RGB
CMYK
RGB Variations
Color information
#058CE5 (or 0x058CE5) is known color: Dodger Blue. HEX triplet: 05, 8C and E5. RGB value is (5,140,229). Sum of RGB (Red+Green+Blue) = 5+140+229=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #058CE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CE5 is #FA731A. Grayscale: #6D6D6D. Windows color (decimal): -16413467 or 15043589. OLE color: 15043589.
HSL color Cylindrical-coordinate representation of color #058CE5: hue angle of 203.84º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058CE5 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 140 | 229 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.10 |
| HSL | 203.84º | 0.96% | 0.46% | - |
| HSV(B) | 203.84º | 0.98% | 0.9% | - |
| XYZ | 23.58 | 24.45 | 77.6 | - |
| YUV | 109.78 | 195.27 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 229 | 0.98 | 0.39 | 0 | 0.10 | 203.84 | 0.96 | 0.46 |
| Hex | 5 | 8C | E5 | 62 | 27 | 0 | A | CC | 60 | 2E |
| Octal | 5 | 214 | 345 | 142 | 47 | 0 | 12 | 314 | 140 | 56 |
| Binary | 101 | 10001100 | 11100101 | 1100010 | 100111 | 0 | 1010 | 11001100 | 1100000 | 101110 |
Color Harmonies of #058CE5
Complementary color
Monochromatic Colors of #058CE5
Black with #058CE5
Text Example
Text Example
White with #058CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058CE5; }
p { color: rgb(5,140,229); }
H1.HeaderClassName
{
color: #058CE5;
}
.AnyTagClassName
{
color: #058CE5;
}
</style>
background-color css
<style>
a { background-color: #058CE5; }
a { background-color: rgb(5,140,229); }
div.DivClassName
{
background-color: #058CE5;
}
.BgClassName
{
background-color: #058CE5;
}
</style>
border-color css
<style>
span { border-color: #058CE5; }
span { border-color: rgb(5,140,229); }
td.TdClassName
{
border-color: #058CE5;
}
.TagClassName
{
border-color: #058CE5;
}
</style>