Shades of Dodger Blue #0572FA
Tints of Dodger Blue #0572FA
RGB
CMYK
RGB Variations
Color information
#0572FA (or 0x0572FA) is known color: Dodger Blue. HEX triplet: 05, 72 and FA. RGB value is (5,114,250). Sum of RGB (Red+Green+Blue) = 5+114+250=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #0572FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0572FA is #FA8D05. Grayscale: #606060. Windows color (decimal): -16420102 or 16413189. OLE color: 16413189.
HSL color Cylindrical-coordinate representation of color #0572FA: hue angle of 213.31º 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 #0572FA is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 114 | 250 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.02 |
| HSL | 213.31º | 0.96% | 0.5% | - |
| HSV(B) | 213.31º | 0.98% | 0.98% | - |
| XYZ | 23.34 | 18.97 | 92.87 | - |
| YUV | 96.91 | 214.39 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 250 | 0.98 | 0.54 | 0 | 0.02 | 213.31 | 0.96 | 0.5 |
| Hex | 5 | 72 | FA | 62 | 36 | 0 | 2 | D5 | 60 | 32 |
| Octal | 5 | 162 | 372 | 142 | 66 | 0 | 2 | 325 | 140 | 62 |
| Binary | 101 | 1110010 | 11111010 | 1100010 | 110110 | 0 | 10 | 11010101 | 1100000 | 110010 |
Color Harmonies of #0572FA
Complementary color
Monochromatic Colors of #0572FA
Black with #0572FA
Text Example
Text Example
White with #0572FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0572FA; }
p { color: rgb(5,114,250); }
H1.HeaderClassName
{
color: #0572FA;
}
.AnyTagClassName
{
color: #0572FA;
}
</style>
background-color css
<style>
a { background-color: #0572FA; }
a { background-color: rgb(5,114,250); }
div.DivClassName
{
background-color: #0572FA;
}
.BgClassName
{
background-color: #0572FA;
}
</style>
border-color css
<style>
span { border-color: #0572FA; }
span { border-color: rgb(5,114,250); }
td.TdClassName
{
border-color: #0572FA;
}
.TagClassName
{
border-color: #0572FA;
}
</style>