Shades of Dodger Blue #0595FD
Tints of Dodger Blue #0595FD
RGB
CMYK
RGB Variations
Color information
#0595FD (or 0x0595FD) is known color: Dodger Blue. HEX triplet: 05, 95 and FD. RGB value is (5,149,253). Sum of RGB (Red+Green+Blue) = 5+149+253=407 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #0595FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0595FD is #FA6A02. Grayscale: #757575. Windows color (decimal): -16411139 or 16618757. OLE color: 16618757.
HSL color Cylindrical-coordinate representation of color #0595FD: hue angle of 205.16º 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 #0595FD is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 149 | 253 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.01 |
| HSL | 205.16º | 0.98% | 0.51% | - |
| HSV(B) | 205.16º | 0.98% | 0.99% | - |
| XYZ | 28.54 | 28.62 | 96.95 | - |
| YUV | 117.8 | 204.29 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 253 | 0.98 | 0.41 | 0 | 0.01 | 205.16 | 0.98 | 0.51 |
| Hex | 5 | 95 | FD | 62 | 29 | 0 | 1 | CD | 62 | 33 |
| Octal | 5 | 225 | 375 | 142 | 51 | 0 | 1 | 315 | 142 | 63 |
| Binary | 101 | 10010101 | 11111101 | 1100010 | 101001 | 0 | 1 | 11001101 | 1100010 | 110011 |
Color Harmonies of #0595FD
Complementary color
Monochromatic Colors of #0595FD
Black with #0595FD
Text Example
Text Example
White with #0595FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0595FD; }
p { color: rgb(5,149,253); }
H1.HeaderClassName
{
color: #0595FD;
}
.AnyTagClassName
{
color: #0595FD;
}
</style>
background-color css
<style>
a { background-color: #0595FD; }
a { background-color: rgb(5,149,253); }
div.DivClassName
{
background-color: #0595FD;
}
.BgClassName
{
background-color: #0595FD;
}
</style>
border-color css
<style>
span { border-color: #0595FD; }
span { border-color: rgb(5,149,253); }
td.TdClassName
{
border-color: #0595FD;
}
.TagClassName
{
border-color: #0595FD;
}
</style>