Shades of Dodger Blue #059BFA
Tints of Dodger Blue #059BFA
RGB
CMYK
RGB Variations
Color information
#059BFA (or 0x059BFA) is known color: Dodger Blue. HEX triplet: 05, 9B and FA. RGB value is (5,155,250). Sum of RGB (Red+Green+Blue) = 5+155+250=410 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #059BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BFA is #FA6405. Grayscale: #787878. Windows color (decimal): -16409606 or 16423685. OLE color: 16423685.
HSL color Cylindrical-coordinate representation of color #059BFA: hue angle of 203.27º 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 #059BFA is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 155 | 250 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.02 |
| HSL | 203.27º | 0.96% | 0.5% | - |
| HSV(B) | 203.27º | 0.98% | 0.98% | - |
| XYZ | 29.04 | 30.38 | 94.78 | - |
| YUV | 120.98 | 200.81 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 250 | 0.98 | 0.38 | 0 | 0.02 | 203.27 | 0.96 | 0.5 |
| Hex | 5 | 9B | FA | 62 | 26 | 0 | 2 | CB | 60 | 32 |
| Octal | 5 | 233 | 372 | 142 | 46 | 0 | 2 | 313 | 140 | 62 |
| Binary | 101 | 10011011 | 11111010 | 1100010 | 100110 | 0 | 10 | 11001011 | 1100000 | 110010 |
Color Harmonies of #059BFA
Complementary color
Monochromatic Colors of #059BFA
Black with #059BFA
Text Example
Text Example
White with #059BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BFA; }
p { color: rgb(5,155,250); }
H1.HeaderClassName
{
color: #059BFA;
}
.AnyTagClassName
{
color: #059BFA;
}
</style>
background-color css
<style>
a { background-color: #059BFA; }
a { background-color: rgb(5,155,250); }
div.DivClassName
{
background-color: #059BFA;
}
.BgClassName
{
background-color: #059BFA;
}
</style>
border-color css
<style>
span { border-color: #059BFA; }
span { border-color: rgb(5,155,250); }
td.TdClassName
{
border-color: #059BFA;
}
.TagClassName
{
border-color: #059BFA;
}
</style>