Shades of Dodger Blue #059CFD
Tints of Dodger Blue #059CFD
RGB
CMYK
RGB Variations
Color information
#059CFD (or 0x059CFD) is known color: Dodger Blue. HEX triplet: 05, 9C and FD. RGB value is (5,156,253). Sum of RGB (Red+Green+Blue) = 5+156+253=414 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #059CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059CFD is #FA6302. Grayscale: #797979. Windows color (decimal): -16409347 or 16620549. OLE color: 16620549.
HSL color Cylindrical-coordinate representation of color #059CFD: hue angle of 203.47º 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 #059CFD is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 156 | 253 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.01 |
| HSL | 203.47º | 0.98% | 0.51% | - |
| HSV(B) | 203.47º | 0.98% | 0.99% | - |
| XYZ | 29.68 | 30.9 | 97.33 | - |
| YUV | 121.91 | 201.97 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 253 | 0.98 | 0.38 | 0 | 0.01 | 203.47 | 0.98 | 0.51 |
| Hex | 5 | 9C | FD | 62 | 26 | 0 | 1 | CB | 62 | 33 |
| Octal | 5 | 234 | 375 | 142 | 46 | 0 | 1 | 313 | 142 | 63 |
| Binary | 101 | 10011100 | 11111101 | 1100010 | 100110 | 0 | 1 | 11001011 | 1100010 | 110011 |
Color Harmonies of #059CFD
Complementary color
Monochromatic Colors of #059CFD
Black with #059CFD
Text Example
Text Example
White with #059CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059CFD; }
p { color: rgb(5,156,253); }
H1.HeaderClassName
{
color: #059CFD;
}
.AnyTagClassName
{
color: #059CFD;
}
</style>
background-color css
<style>
a { background-color: #059CFD; }
a { background-color: rgb(5,156,253); }
div.DivClassName
{
background-color: #059CFD;
}
.BgClassName
{
background-color: #059CFD;
}
</style>
border-color css
<style>
span { border-color: #059CFD; }
span { border-color: rgb(5,156,253); }
td.TdClassName
{
border-color: #059CFD;
}
.TagClassName
{
border-color: #059CFD;
}
</style>