Shades of Dodger Blue #058CF0
Tints of Dodger Blue #058CF0
RGB
CMYK
RGB Variations
Color information
#058CF0 (or 0x058CF0) is known color: Dodger Blue. HEX triplet: 05, 8C and F0. RGB value is (5,140,240). Sum of RGB (Red+Green+Blue) = 5+140+240=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #058CF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058CF0 is #FA730F. Grayscale: #6E6E6E. Windows color (decimal): -16413456 or 15764485. OLE color: 15764485.
HSL color Cylindrical-coordinate representation of color #058CF0: hue angle of 205.53º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058CF0 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 140 | 240 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.06 |
| HSL | 205.53º | 0.96% | 0.48% | - |
| HSV(B) | 205.53º | 0.98% | 0.94% | - |
| XYZ | 25.17 | 25.08 | 85.95 | - |
| YUV | 111.04 | 200.77 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 240 | 0.98 | 0.42 | 0 | 0.06 | 205.53 | 0.96 | 0.48 |
| Hex | 5 | 8C | F0 | 62 | 2A | 0 | 6 | CE | 60 | 30 |
| Octal | 5 | 214 | 360 | 142 | 52 | 0 | 6 | 316 | 140 | 60 |
| Binary | 101 | 10001100 | 11110000 | 1100010 | 101010 | 0 | 110 | 11001110 | 1100000 | 110000 |
Color Harmonies of #058CF0
Complementary color
Monochromatic Colors of #058CF0
Black with #058CF0
Text Example
Text Example
White with #058CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058CF0; }
p { color: rgb(5,140,240); }
H1.HeaderClassName
{
color: #058CF0;
}
.AnyTagClassName
{
color: #058CF0;
}
</style>
background-color css
<style>
a { background-color: #058CF0; }
a { background-color: rgb(5,140,240); }
div.DivClassName
{
background-color: #058CF0;
}
.BgClassName
{
background-color: #058CF0;
}
</style>
border-color css
<style>
span { border-color: #058CF0; }
span { border-color: rgb(5,140,240); }
td.TdClassName
{
border-color: #058CF0;
}
.TagClassName
{
border-color: #058CF0;
}
</style>