Shades of Dodger Blue #059BFD
Tints of Dodger Blue #059BFD
RGB
CMYK
RGB Variations
Color information
#059BFD (or 0x059BFD) is known color: Dodger Blue. HEX triplet: 05, 9B and FD. RGB value is (5,155,253). Sum of RGB (Red+Green+Blue) = 5+155+253=413 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #059BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BFD is #FA6402. Grayscale: #787878. Windows color (decimal): -16409603 or 16620293. OLE color: 16620293.
HSL color Cylindrical-coordinate representation of color #059BFD: hue angle of 203.71º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BFD is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 155 | 253 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.01 |
| HSL | 203.71º | 0.98% | 0.51% | - |
| HSV(B) | 203.71º | 0.98% | 0.99% | - |
| XYZ | 29.51 | 30.57 | 97.27 | - |
| YUV | 121.32 | 202.31 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 253 | 0.98 | 0.39 | 0 | 0.01 | 203.71 | 0.98 | 0.51 |
| Hex | 5 | 9B | FD | 62 | 27 | 0 | 1 | CC | 62 | 33 |
| Octal | 5 | 233 | 375 | 142 | 47 | 0 | 1 | 314 | 142 | 63 |
| Binary | 101 | 10011011 | 11111101 | 1100010 | 100111 | 0 | 1 | 11001100 | 1100010 | 110011 |
Color Harmonies of #059BFD
Complementary color
Monochromatic Colors of #059BFD
Black with #059BFD
Text Example
Text Example
White with #059BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BFD; }
p { color: rgb(5,155,253); }
H1.HeaderClassName
{
color: #059BFD;
}
.AnyTagClassName
{
color: #059BFD;
}
</style>
background-color css
<style>
a { background-color: #059BFD; }
a { background-color: rgb(5,155,253); }
div.DivClassName
{
background-color: #059BFD;
}
.BgClassName
{
background-color: #059BFD;
}
</style>
border-color css
<style>
span { border-color: #059BFD; }
span { border-color: rgb(5,155,253); }
td.TdClassName
{
border-color: #059BFD;
}
.TagClassName
{
border-color: #059BFD;
}
</style>