Shades of Dodger Blue #0574FA
Tints of Dodger Blue #0574FA
RGB
CMYK
RGB Variations
Color information
#0574FA (or 0x0574FA) is known color: Dodger Blue. HEX triplet: 05, 74 and FA. RGB value is (5,116,250). Sum of RGB (Red+Green+Blue) = 5+116+250=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #0574FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0574FA is #FA8B05. Grayscale: #616161. Windows color (decimal): -16419590 or 16413701. OLE color: 16413701.
HSL color Cylindrical-coordinate representation of color #0574FA: hue angle of 212.82º 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 #0574FA is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 116 | 250 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.02 |
| HSL | 212.82º | 0.96% | 0.5% | - |
| HSV(B) | 212.82º | 0.98% | 0.98% | - |
| XYZ | 23.56 | 19.43 | 92.95 | - |
| YUV | 98.09 | 213.73 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 250 | 0.98 | 0.54 | 0 | 0.02 | 212.82 | 0.96 | 0.5 |
| Hex | 5 | 74 | FA | 62 | 36 | 0 | 2 | D5 | 60 | 32 |
| Octal | 5 | 164 | 372 | 142 | 66 | 0 | 2 | 325 | 140 | 62 |
| Binary | 101 | 1110100 | 11111010 | 1100010 | 110110 | 0 | 10 | 11010101 | 1100000 | 110010 |
Color Harmonies of #0574FA
Complementary color
Monochromatic Colors of #0574FA
Black with #0574FA
Text Example
Text Example
White with #0574FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0574FA; }
p { color: rgb(5,116,250); }
H1.HeaderClassName
{
color: #0574FA;
}
.AnyTagClassName
{
color: #0574FA;
}
</style>
background-color css
<style>
a { background-color: #0574FA; }
a { background-color: rgb(5,116,250); }
div.DivClassName
{
background-color: #0574FA;
}
.BgClassName
{
background-color: #0574FA;
}
</style>
border-color css
<style>
span { border-color: #0574FA; }
span { border-color: rgb(5,116,250); }
td.TdClassName
{
border-color: #0574FA;
}
.TagClassName
{
border-color: #0574FA;
}
</style>