Shades of Dodger Blue #058CFE
Tints of Dodger Blue #058CFE
RGB
CMYK
RGB Variations
Color information
#058CFE (or 0x058CFE) is known color: Dodger Blue. HEX triplet: 05, 8C and FE. RGB value is (5,140,254). Sum of RGB (Red+Green+Blue) = 5+140+254=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #058CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058CFE is #FA7301. Grayscale: #707070. Windows color (decimal): -16413442 or 16681989. OLE color: 16681989.
HSL color Cylindrical-coordinate representation of color #058CFE: hue angle of 207.47º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058CFE is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 140 | 254 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.00 |
| HSL | 207.47º | 0.99% | 0.51% | - |
| HSV(B) | 207.47º | 0.98% | 1% | - |
| XYZ | 27.33 | 25.94 | 97.33 | - |
| YUV | 112.63 | 207.77 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 254 | 0.98 | 0.45 | 0 | 0.00 | 207.47 | 0.99 | 0.51 |
| Hex | 5 | 8C | FE | 62 | 2D | 0 | 0 | CF | 63 | 33 |
| Octal | 5 | 214 | 376 | 142 | 55 | 0 | 0 | 317 | 143 | 63 |
| Binary | 101 | 10001100 | 11111110 | 1100010 | 101101 | 0 | 0 | 11001111 | 1100011 | 110011 |
Color Harmonies of #058CFE
Complementary color
Monochromatic Colors of #058CFE
Black with #058CFE
Text Example
Text Example
White with #058CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058CFE; }
p { color: rgb(5,140,254); }
H1.HeaderClassName
{
color: #058CFE;
}
.AnyTagClassName
{
color: #058CFE;
}
</style>
background-color css
<style>
a { background-color: #058CFE; }
a { background-color: rgb(5,140,254); }
div.DivClassName
{
background-color: #058CFE;
}
.BgClassName
{
background-color: #058CFE;
}
</style>
border-color css
<style>
span { border-color: #058CFE; }
span { border-color: rgb(5,140,254); }
td.TdClassName
{
border-color: #058CFE;
}
.TagClassName
{
border-color: #058CFE;
}
</style>