Shades of Dodger Blue #0573FA
Tints of Dodger Blue #0573FA
RGB
CMYK
RGB Variations
Color information
#0573FA (or 0x0573FA) is known color: Dodger Blue. HEX triplet: 05, 73 and FA. RGB value is (5,115,250). Sum of RGB (Red+Green+Blue) = 5+115+250=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #0573FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0573FA is #FA8C05. Grayscale: #606060. Windows color (decimal): -16419846 or 16413445. OLE color: 16413445.
HSL color Cylindrical-coordinate representation of color #0573FA: hue angle of 213.06º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0573FA is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 115 | 250 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.02 |
| HSL | 213.06º | 0.96% | 0.5% | - |
| HSV(B) | 213.06º | 0.98% | 0.98% | - |
| XYZ | 23.45 | 19.2 | 92.91 | - |
| YUV | 97.5 | 214.06 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 250 | 0.98 | 0.54 | 0 | 0.02 | 213.06 | 0.96 | 0.5 |
| Hex | 5 | 73 | FA | 62 | 36 | 0 | 2 | D5 | 60 | 32 |
| Octal | 5 | 163 | 372 | 142 | 66 | 0 | 2 | 325 | 140 | 62 |
| Binary | 101 | 1110011 | 11111010 | 1100010 | 110110 | 0 | 10 | 11010101 | 1100000 | 110010 |
Color Harmonies of #0573FA
Complementary color
Monochromatic Colors of #0573FA
Black with #0573FA
Text Example
Text Example
White with #0573FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0573FA; }
p { color: rgb(5,115,250); }
H1.HeaderClassName
{
color: #0573FA;
}
.AnyTagClassName
{
color: #0573FA;
}
</style>
background-color css
<style>
a { background-color: #0573FA; }
a { background-color: rgb(5,115,250); }
div.DivClassName
{
background-color: #0573FA;
}
.BgClassName
{
background-color: #0573FA;
}
</style>
border-color css
<style>
span { border-color: #0573FA; }
span { border-color: rgb(5,115,250); }
td.TdClassName
{
border-color: #0573FA;
}
.TagClassName
{
border-color: #0573FA;
}
</style>