Shades of Dodger Blue #0573FC
Tints of Dodger Blue #0573FC
RGB
CMYK
RGB Variations
Color information
#0573FC (or 0x0573FC) is known color: Dodger Blue. HEX triplet: 05, 73 and FC. RGB value is (5,115,252). Sum of RGB (Red+Green+Blue) = 5+115+252=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #0573FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0573FC is #FA8C03. Grayscale: #616161. Windows color (decimal): -16419844 or 16544517. OLE color: 16544517.
HSL color Cylindrical-coordinate representation of color #0573FC: hue angle of 213.28º 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 #0573FC is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 115 | 252 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.01 |
| HSL | 213.28º | 0.98% | 0.5% | - |
| HSV(B) | 213.28º | 0.98% | 0.99% | - |
| XYZ | 23.76 | 19.32 | 94.57 | - |
| YUV | 97.73 | 215.06 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 252 | 0.98 | 0.54 | 0 | 0.01 | 213.28 | 0.98 | 0.5 |
| Hex | 5 | 73 | FC | 62 | 36 | 0 | 1 | D5 | 62 | 32 |
| Octal | 5 | 163 | 374 | 142 | 66 | 0 | 1 | 325 | 142 | 62 |
| Binary | 101 | 1110011 | 11111100 | 1100010 | 110110 | 0 | 1 | 11010101 | 1100010 | 110010 |
Color Harmonies of #0573FC
Complementary color
Monochromatic Colors of #0573FC
Black with #0573FC
Text Example
Text Example
White with #0573FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0573FC; }
p { color: rgb(5,115,252); }
H1.HeaderClassName
{
color: #0573FC;
}
.AnyTagClassName
{
color: #0573FC;
}
</style>
background-color css
<style>
a { background-color: #0573FC; }
a { background-color: rgb(5,115,252); }
div.DivClassName
{
background-color: #0573FC;
}
.BgClassName
{
background-color: #0573FC;
}
</style>
border-color css
<style>
span { border-color: #0573FC; }
span { border-color: rgb(5,115,252); }
td.TdClassName
{
border-color: #0573FC;
}
.TagClassName
{
border-color: #0573FC;
}
</style>