Shades of Danube #518FCF
Tints of Danube #518FCF
RGB
CMYK
RGB Variations
Color information
#518FCF (or 0x518FCF) is known color: Danube. HEX triplet: 51, 8F and CF. RGB value is (81,143,207). Sum of RGB (Red+Green+Blue) = 81+143+207=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #518FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FCF is #AE7030. Grayscale: #838383. Windows color (decimal): -11431985 or 13602641. OLE color: 13602641.
HSL color Cylindrical-coordinate representation of color #518FCF: hue angle of 210.48º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518FCF is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 143 | 207 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.19 |
| HSL | 210.48º | 0.57% | 0.56% | - |
| HSV(B) | 210.48º | 0.61% | 0.81% | - |
| XYZ | 24.48 | 25.9 | 62.74 | - |
| YUV | 131.76 | 170.46 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 207 | 0.61 | 0.31 | 0 | 0.19 | 210.48 | 0.57 | 0.56 |
| Hex | 51 | 8F | CF | 3D | 1F | 0 | 13 | D2 | 39 | 38 |
| Octal | 121 | 217 | 317 | 75 | 37 | 0 | 23 | 322 | 71 | 70 |
| Binary | 1010001 | 10001111 | 11001111 | 111101 | 11111 | 0 | 10011 | 11010010 | 111001 | 111000 |
Color Harmonies of #518FCF
Complementary color
Monochromatic Colors of #518FCF
Black with #518FCF
Text Example
Text Example
White with #518FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518FCF; }
p { color: rgb(81,143,207); }
H1.HeaderClassName
{
color: #518FCF;
}
.AnyTagClassName
{
color: #518FCF;
}
</style>
background-color css
<style>
a { background-color: #518FCF; }
a { background-color: rgb(81,143,207); }
div.DivClassName
{
background-color: #518FCF;
}
.BgClassName
{
background-color: #518FCF;
}
</style>
border-color css
<style>
span { border-color: #518FCF; }
span { border-color: rgb(81,143,207); }
td.TdClassName
{
border-color: #518FCF;
}
.TagClassName
{
border-color: #518FCF;
}
</style>