Shades of Dodger Blue #058FE5
Tints of Dodger Blue #058FE5
RGB
CMYK
RGB Variations
Color information
#058FE5 (or 0x058FE5) is known color: Dodger Blue. HEX triplet: 05, 8F and E5. RGB value is (5,143,229). Sum of RGB (Red+Green+Blue) = 5+143+229=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 229 (89.84% from 255 or 60.74% from 377); Max value from RGB is 229 - color contains mainly: blue. Hex color #058FE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FE5 is #FA701A. Grayscale: #6F6F6F. Windows color (decimal): -16412699 or 15044357. OLE color: 15044357.
HSL color Cylindrical-coordinate representation of color #058FE5: hue angle of 203.04º 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 #058FE5 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 143 | 229 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.10 |
| HSL | 203.04º | 0.96% | 0.46% | - |
| HSV(B) | 203.04º | 0.98% | 0.9% | - |
| XYZ | 24.03 | 25.33 | 77.75 | - |
| YUV | 111.54 | 194.28 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 229 | 0.98 | 0.38 | 0 | 0.10 | 203.04 | 0.96 | 0.46 |
| Hex | 5 | 8F | E5 | 62 | 26 | 0 | A | CB | 60 | 2E |
| Octal | 5 | 217 | 345 | 142 | 46 | 0 | 12 | 313 | 140 | 56 |
| Binary | 101 | 10001111 | 11100101 | 1100010 | 100110 | 0 | 1010 | 11001011 | 1100000 | 101110 |
Color Harmonies of #058FE5
Complementary color
Monochromatic Colors of #058FE5
Black with #058FE5
Text Example
Text Example
White with #058FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058FE5; }
p { color: rgb(5,143,229); }
H1.HeaderClassName
{
color: #058FE5;
}
.AnyTagClassName
{
color: #058FE5;
}
</style>
background-color css
<style>
a { background-color: #058FE5; }
a { background-color: rgb(5,143,229); }
div.DivClassName
{
background-color: #058FE5;
}
.BgClassName
{
background-color: #058FE5;
}
</style>
border-color css
<style>
span { border-color: #058FE5; }
span { border-color: rgb(5,143,229); }
td.TdClassName
{
border-color: #058FE5;
}
.TagClassName
{
border-color: #058FE5;
}
</style>