Shades of Dodger Blue #0574FB
Tints of Dodger Blue #0574FB
RGB
CMYK
RGB Variations
Color information
#0574FB (or 0x0574FB) is known color: Dodger Blue. HEX triplet: 05, 74 and FB. RGB value is (5,116,251). Sum of RGB (Red+Green+Blue) = 5+116+251=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #0574FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0574FB is #FA8B04. Grayscale: #616161. Windows color (decimal): -16419589 or 16479237. OLE color: 16479237.
HSL color Cylindrical-coordinate representation of color #0574FB: hue angle of 212.93º degrees, saturation: 0.97, 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 #0574FB is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 116 | 251 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.02 |
| HSL | 212.93º | 0.97% | 0.5% | - |
| HSV(B) | 212.93º | 0.98% | 0.98% | - |
| XYZ | 23.72 | 19.49 | 93.78 | - |
| YUV | 98.2 | 214.23 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 251 | 0.98 | 0.54 | 0 | 0.02 | 212.93 | 0.97 | 0.5 |
| Hex | 5 | 74 | FB | 62 | 36 | 0 | 2 | D5 | 61 | 32 |
| Octal | 5 | 164 | 373 | 142 | 66 | 0 | 2 | 325 | 141 | 62 |
| Binary | 101 | 1110100 | 11111011 | 1100010 | 110110 | 0 | 10 | 11010101 | 1100001 | 110010 |
Color Harmonies of #0574FB
Complementary color
Monochromatic Colors of #0574FB
Black with #0574FB
Text Example
Text Example
White with #0574FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0574FB; }
p { color: rgb(5,116,251); }
H1.HeaderClassName
{
color: #0574FB;
}
.AnyTagClassName
{
color: #0574FB;
}
</style>
background-color css
<style>
a { background-color: #0574FB; }
a { background-color: rgb(5,116,251); }
div.DivClassName
{
background-color: #0574FB;
}
.BgClassName
{
background-color: #0574FB;
}
</style>
border-color css
<style>
span { border-color: #0574FB; }
span { border-color: rgb(5,116,251); }
td.TdClassName
{
border-color: #0574FB;
}
.TagClassName
{
border-color: #0574FB;
}
</style>