Shades of Dodger Blue #058FEA
Tints of Dodger Blue #058FEA
RGB
CMYK
RGB Variations
Color information
#058FEA (or 0x058FEA) is known color: Dodger Blue. HEX triplet: 05, 8F and EA. RGB value is (5,143,234). Sum of RGB (Red+Green+Blue) = 5+143+234=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #058FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058FEA is #FA7015. Grayscale: #6F6F6F. Windows color (decimal): -16412694 or 15372037. OLE color: 15372037.
HSL color Cylindrical-coordinate representation of color #058FEA: hue angle of 203.84º 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 #058FEA is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 143 | 234 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.08 |
| HSL | 203.84º | 0.96% | 0.47% | - |
| HSV(B) | 203.84º | 0.98% | 0.92% | - |
| XYZ | 24.74 | 25.62 | 81.48 | - |
| YUV | 112.11 | 196.78 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 234 | 0.98 | 0.39 | 0 | 0.08 | 203.84 | 0.96 | 0.47 |
| Hex | 5 | 8F | EA | 62 | 27 | 0 | 8 | CC | 60 | 2F |
| Octal | 5 | 217 | 352 | 142 | 47 | 0 | 10 | 314 | 140 | 57 |
| Binary | 101 | 10001111 | 11101010 | 1100010 | 100111 | 0 | 1000 | 11001100 | 1100000 | 101111 |
Color Harmonies of #058FEA
Complementary color
Monochromatic Colors of #058FEA
Black with #058FEA
Text Example
Text Example
White with #058FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058FEA; }
p { color: rgb(5,143,234); }
H1.HeaderClassName
{
color: #058FEA;
}
.AnyTagClassName
{
color: #058FEA;
}
</style>
background-color css
<style>
a { background-color: #058FEA; }
a { background-color: rgb(5,143,234); }
div.DivClassName
{
background-color: #058FEA;
}
.BgClassName
{
background-color: #058FEA;
}
</style>
border-color css
<style>
span { border-color: #058FEA; }
span { border-color: rgb(5,143,234); }
td.TdClassName
{
border-color: #058FEA;
}
.TagClassName
{
border-color: #058FEA;
}
</style>