Shades of Dodger Blue #058DF1
Tints of Dodger Blue #058DF1
RGB
CMYK
RGB Variations
Color information
#058DF1 (or 0x058DF1) is known color: Dodger Blue. HEX triplet: 05, 8D and F1. RGB value is (5,141,241). Sum of RGB (Red+Green+Blue) = 5+141+241=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 241 (94.53% from 255 or 62.27% from 387); Max value from RGB is 241 - color contains mainly: blue. Hex color #058DF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058DF1 is #FA720E. Grayscale: #6F6F6F. Windows color (decimal): -16413199 or 15830277. OLE color: 15830277.
HSL color Cylindrical-coordinate representation of color #058DF1: hue angle of 205.42º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058DF1 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 141 | 241 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.05 |
| HSL | 205.42º | 0.96% | 0.48% | - |
| HSV(B) | 205.42º | 0.98% | 0.95% | - |
| XYZ | 25.46 | 25.43 | 86.79 | - |
| YUV | 111.74 | 200.94 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 241 | 0.98 | 0.41 | 0 | 0.05 | 205.42 | 0.96 | 0.48 |
| Hex | 5 | 8D | F1 | 62 | 29 | 0 | 5 | CD | 60 | 30 |
| Octal | 5 | 215 | 361 | 142 | 51 | 0 | 5 | 315 | 140 | 60 |
| Binary | 101 | 10001101 | 11110001 | 1100010 | 101001 | 0 | 101 | 11001101 | 1100000 | 110000 |
Color Harmonies of #058DF1
Complementary color
Monochromatic Colors of #058DF1
Black with #058DF1
Text Example
Text Example
White with #058DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058DF1; }
p { color: rgb(5,141,241); }
H1.HeaderClassName
{
color: #058DF1;
}
.AnyTagClassName
{
color: #058DF1;
}
</style>
background-color css
<style>
a { background-color: #058DF1; }
a { background-color: rgb(5,141,241); }
div.DivClassName
{
background-color: #058DF1;
}
.BgClassName
{
background-color: #058DF1;
}
</style>
border-color css
<style>
span { border-color: #058DF1; }
span { border-color: rgb(5,141,241); }
td.TdClassName
{
border-color: #058DF1;
}
.TagClassName
{
border-color: #058DF1;
}
</style>