Shades of Dodger Blue #059BF4
Tints of Dodger Blue #059BF4
RGB
CMYK
RGB Variations
Color information
#059BF4 (or 0x059BF4) is known color: Dodger Blue. HEX triplet: 05, 9B and F4. RGB value is (5,155,244). Sum of RGB (Red+Green+Blue) = 5+155+244=404 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 244 (95.70% from 255 or 60.40% from 404); Max value from RGB is 244 - color contains mainly: blue. Hex color #059BF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BF4 is #FA640B. Grayscale: #777777. Windows color (decimal): -16409612 or 16030469. OLE color: 16030469.
HSL color Cylindrical-coordinate representation of color #059BF4: hue angle of 202.34º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BF4 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 155 | 244 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.04 |
| HSL | 202.34º | 0.96% | 0.49% | - |
| HSV(B) | 202.34º | 0.98% | 0.96% | - |
| XYZ | 28.11 | 30.01 | 89.9 | - |
| YUV | 120.3 | 197.81 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 244 | 0.98 | 0.36 | 0 | 0.04 | 202.34 | 0.96 | 0.49 |
| Hex | 5 | 9B | F4 | 62 | 24 | 0 | 4 | CA | 60 | 31 |
| Octal | 5 | 233 | 364 | 142 | 44 | 0 | 4 | 312 | 140 | 61 |
| Binary | 101 | 10011011 | 11110100 | 1100010 | 100100 | 0 | 100 | 11001010 | 1100000 | 110001 |
Color Harmonies of #059BF4
Complementary color
Monochromatic Colors of #059BF4
Black with #059BF4
Text Example
Text Example
White with #059BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059BF4; }
p { color: rgb(5,155,244); }
H1.HeaderClassName
{
color: #059BF4;
}
.AnyTagClassName
{
color: #059BF4;
}
</style>
background-color css
<style>
a { background-color: #059BF4; }
a { background-color: rgb(5,155,244); }
div.DivClassName
{
background-color: #059BF4;
}
.BgClassName
{
background-color: #059BF4;
}
</style>
border-color css
<style>
span { border-color: #059BF4; }
span { border-color: rgb(5,155,244); }
td.TdClassName
{
border-color: #059BF4;
}
.TagClassName
{
border-color: #059BF4;
}
</style>