Shades of Dodger Blue #059BFC
Tints of Dodger Blue #059BFC
RGB
CMYK
RGB Variations
Color information
#059BFC (or 0x059BFC) is known color: Dodger Blue. HEX triplet: 05, 9B and FC. RGB value is (5,155,252). Sum of RGB (Red+Green+Blue) = 5+155+252=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #059BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BFC is #FA6403. Grayscale: #787878. Windows color (decimal): -16409604 or 16554757. OLE color: 16554757.
HSL color Cylindrical-coordinate representation of color #059BFC: hue angle of 203.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BFC is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 155 | 252 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.01 |
| HSL | 203.56º | 0.98% | 0.5% | - |
| HSV(B) | 203.56º | 0.98% | 0.99% | - |
| XYZ | 29.35 | 30.5 | 96.44 | - |
| YUV | 121.21 | 201.81 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 252 | 0.98 | 0.38 | 0 | 0.01 | 203.56 | 0.98 | 0.5 |
| Hex | 5 | 9B | FC | 62 | 26 | 0 | 1 | CC | 62 | 32 |
| Octal | 5 | 233 | 374 | 142 | 46 | 0 | 1 | 314 | 142 | 62 |
| Binary | 101 | 10011011 | 11111100 | 1100010 | 100110 | 0 | 1 | 11001100 | 1100010 | 110010 |
Color Harmonies of #059BFC
Complementary color
Monochromatic Colors of #059BFC
Black with #059BFC
Text Example
Text Example
White with #059BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BFC; }
p { color: rgb(5,155,252); }
H1.HeaderClassName
{
color: #059BFC;
}
.AnyTagClassName
{
color: #059BFC;
}
</style>
background-color css
<style>
a { background-color: #059BFC; }
a { background-color: rgb(5,155,252); }
div.DivClassName
{
background-color: #059BFC;
}
.BgClassName
{
background-color: #059BFC;
}
</style>
border-color css
<style>
span { border-color: #059BFC; }
span { border-color: rgb(5,155,252); }
td.TdClassName
{
border-color: #059BFC;
}
.TagClassName
{
border-color: #059BFC;
}
</style>