Shades of Dodger Blue #058BF0
Tints of Dodger Blue #058BF0
RGB
CMYK
RGB Variations
Color information
#058BF0 (or 0x058BF0) is known color: Dodger Blue. HEX triplet: 05, 8B and F0. RGB value is (5,139,240). Sum of RGB (Red+Green+Blue) = 5+139+240=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #058BF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058BF0 is #FA740F. Grayscale: #6D6D6D. Windows color (decimal): -16413712 or 15764229. OLE color: 15764229.
HSL color Cylindrical-coordinate representation of color #058BF0: hue angle of 205.79º 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 #058BF0 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 139 | 240 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.06 |
| HSL | 205.79º | 0.96% | 0.48% | - |
| HSV(B) | 205.79º | 0.98% | 0.94% | - |
| XYZ | 25.02 | 24.79 | 85.9 | - |
| YUV | 110.45 | 201.11 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 240 | 0.98 | 0.42 | 0 | 0.06 | 205.79 | 0.96 | 0.48 |
| Hex | 5 | 8B | F0 | 62 | 2A | 0 | 6 | CE | 60 | 30 |
| Octal | 5 | 213 | 360 | 142 | 52 | 0 | 6 | 316 | 140 | 60 |
| Binary | 101 | 10001011 | 11110000 | 1100010 | 101010 | 0 | 110 | 11001110 | 1100000 | 110000 |
Color Harmonies of #058BF0
Complementary color
Monochromatic Colors of #058BF0
Black with #058BF0
Text Example
Text Example
White with #058BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058BF0; }
p { color: rgb(5,139,240); }
H1.HeaderClassName
{
color: #058BF0;
}
.AnyTagClassName
{
color: #058BF0;
}
</style>
background-color css
<style>
a { background-color: #058BF0; }
a { background-color: rgb(5,139,240); }
div.DivClassName
{
background-color: #058BF0;
}
.BgClassName
{
background-color: #058BF0;
}
</style>
border-color css
<style>
span { border-color: #058BF0; }
span { border-color: rgb(5,139,240); }
td.TdClassName
{
border-color: #058BF0;
}
.TagClassName
{
border-color: #058BF0;
}
</style>