Shades of Dodger Blue #0566FF
Tints of Dodger Blue #0566FF
RGB
CMYK
RGB Variations
Color information
#0566FF (or 0x0566FF) is known color: Dodger Blue. HEX triplet: 05, 66 and FF. RGB value is (5,102,255). Sum of RGB (Red+Green+Blue) = 5+102+255=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #0566FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0566FF is #FA9900. Grayscale: #595959. Windows color (decimal): -16423169 or 16737797. OLE color: 16737797.
HSL color Cylindrical-coordinate representation of color #0566FF: hue angle of 216.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0566FF is Cyan = 0.98, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 102 | 255 | - |
| CMYK | 0.98 | 0.6 | 0 | 0 |
| HSL | 216.72º | 1% | 0.51% | - |
| HSV(B) | 216.72º | 0.98% | 1% | - |
| XYZ | 22.86 | 16.76 | 96.64 | - |
| YUV | 90.44 | 220.86 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 255 | 0.98 | 0.6 | 0 | 0 | 216.72 | 1 | 0.51 |
| Hex | 5 | 66 | FF | 62 | 3C | 0 | 0 | D9 | 64 | 33 |
| Octal | 5 | 146 | 377 | 142 | 74 | 0 | 0 | 331 | 144 | 63 |
| Binary | 101 | 1100110 | 11111111 | 1100010 | 111100 | 0 | 0 | 11011001 | 1100100 | 110011 |
Color Harmonies of #0566FF
Complementary color
Monochromatic Colors of #0566FF
Black with #0566FF
Text Example
Text Example
White with #0566FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0566FF; }
p { color: rgb(5,102,255); }
H1.HeaderClassName
{
color: #0566FF;
}
.AnyTagClassName
{
color: #0566FF;
}
</style>
background-color css
<style>
a { background-color: #0566FF; }
a { background-color: rgb(5,102,255); }
div.DivClassName
{
background-color: #0566FF;
}
.BgClassName
{
background-color: #0566FF;
}
</style>
border-color css
<style>
span { border-color: #0566FF; }
span { border-color: rgb(5,102,255); }
td.TdClassName
{
border-color: #0566FF;
}
.TagClassName
{
border-color: #0566FF;
}
</style>