Shades of Dodger Blue #058FE4
Tints of Dodger Blue #058FE4
RGB
CMYK
RGB Variations
Color information
#058FE4 (or 0x058FE4) is known color: Dodger Blue. HEX triplet: 05, 8F and E4. RGB value is (5,143,228). Sum of RGB (Red+Green+Blue) = 5+143+228=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 228 (89.45% from 255 or 60.64% from 376); Max value from RGB is 228 - color contains mainly: blue. Hex color #058FE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FE4 is #FA701B. Grayscale: #6E6E6E. Windows color (decimal): -16412700 or 14978821. OLE color: 14978821.
HSL color Cylindrical-coordinate representation of color #058FE4: hue angle of 202.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058FE4 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 143 | 228 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.11 |
| HSL | 202.87º | 0.96% | 0.46% | - |
| HSV(B) | 202.87º | 0.98% | 0.89% | - |
| XYZ | 23.89 | 25.28 | 77.02 | - |
| YUV | 111.43 | 193.78 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 228 | 0.98 | 0.37 | 0 | 0.11 | 202.87 | 0.96 | 0.46 |
| Hex | 5 | 8F | E4 | 62 | 25 | 0 | B | CB | 60 | 2E |
| Octal | 5 | 217 | 344 | 142 | 45 | 0 | 13 | 313 | 140 | 56 |
| Binary | 101 | 10001111 | 11100100 | 1100010 | 100101 | 0 | 1011 | 11001011 | 1100000 | 101110 |
Color Harmonies of #058FE4
Complementary color
Monochromatic Colors of #058FE4
Black with #058FE4
Text Example
Text Example
White with #058FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058FE4; }
p { color: rgb(5,143,228); }
H1.HeaderClassName
{
color: #058FE4;
}
.AnyTagClassName
{
color: #058FE4;
}
</style>
background-color css
<style>
a { background-color: #058FE4; }
a { background-color: rgb(5,143,228); }
div.DivClassName
{
background-color: #058FE4;
}
.BgClassName
{
background-color: #058FE4;
}
</style>
border-color css
<style>
span { border-color: #058FE4; }
span { border-color: rgb(5,143,228); }
td.TdClassName
{
border-color: #058FE4;
}
.TagClassName
{
border-color: #058FE4;
}
</style>