Shades of Dodger Blue #058BFA
Tints of Dodger Blue #058BFA
RGB
CMYK
RGB Variations
Color information
#058BFA (or 0x058BFA) is known color: Dodger Blue. HEX triplet: 05, 8B and FA. RGB value is (5,139,250). Sum of RGB (Red+Green+Blue) = 5+139+250=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #058BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058BFA is #FA7405. Grayscale: #6F6F6F. Windows color (decimal): -16413702 or 16419589. OLE color: 16419589.
HSL color Cylindrical-coordinate representation of color #058BFA: hue angle of 207.18º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058BFA is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 139 | 250 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.02 |
| HSL | 207.18º | 0.96% | 0.5% | - |
| HSV(B) | 207.18º | 0.98% | 0.98% | - |
| XYZ | 26.55 | 25.4 | 93.95 | - |
| YUV | 111.59 | 206.11 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 250 | 0.98 | 0.44 | 0 | 0.02 | 207.18 | 0.96 | 0.5 |
| Hex | 5 | 8B | FA | 62 | 2C | 0 | 2 | CF | 60 | 32 |
| Octal | 5 | 213 | 372 | 142 | 54 | 0 | 2 | 317 | 140 | 62 |
| Binary | 101 | 10001011 | 11111010 | 1100010 | 101100 | 0 | 10 | 11001111 | 1100000 | 110010 |
Color Harmonies of #058BFA
Complementary color
Monochromatic Colors of #058BFA
Black with #058BFA
Text Example
Text Example
White with #058BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058BFA; }
p { color: rgb(5,139,250); }
H1.HeaderClassName
{
color: #058BFA;
}
.AnyTagClassName
{
color: #058BFA;
}
</style>
background-color css
<style>
a { background-color: #058BFA; }
a { background-color: rgb(5,139,250); }
div.DivClassName
{
background-color: #058BFA;
}
.BgClassName
{
background-color: #058BFA;
}
</style>
border-color css
<style>
span { border-color: #058BFA; }
span { border-color: rgb(5,139,250); }
td.TdClassName
{
border-color: #058BFA;
}
.TagClassName
{
border-color: #058BFA;
}
</style>