Shades of Royal Blue #5C70DB
Tints of Royal Blue #5C70DB
RGB
CMYK
RGB Variations
Color information
#5C70DB (or 0x5C70DB) is known color: Royal Blue. HEX triplet: 5C, 70 and DB. RGB value is (92,112,219). Sum of RGB (Red+Green+Blue) = 92+112+219=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C70DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C70DB is #A38F24. Grayscale: #757575. Windows color (decimal): -10719013 or 14381148. OLE color: 14381148.
HSL color Cylindrical-coordinate representation of color #5C70DB: hue angle of 230.55º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C70DB is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 112 | 219 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.14 |
| HSL | 230.55º | 0.64% | 0.61% | - |
| HSV(B) | 230.55º | 0.58% | 0.86% | - |
| XYZ | 22.99 | 18.98 | 69.47 | - |
| YUV | 118.22 | 184.87 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 219 | 0.58 | 0.49 | 0 | 0.14 | 230.55 | 0.64 | 0.61 |
| Hex | 5C | 70 | DB | 3A | 31 | 0 | E | E7 | 40 | 3D |
| Octal | 134 | 160 | 333 | 72 | 61 | 0 | 16 | 347 | 100 | 75 |
| Binary | 1011100 | 1110000 | 11011011 | 111010 | 110001 | 0 | 1110 | 11100111 | 1000000 | 111101 |
Color Harmonies of #5C70DB
Complementary color
Monochromatic Colors of #5C70DB
Black with #5C70DB
Text Example
Text Example
White with #5C70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C70DB; }
p { color: rgb(92,112,219); }
H1.HeaderClassName
{
color: #5C70DB;
}
.AnyTagClassName
{
color: #5C70DB;
}
</style>
background-color css
<style>
a { background-color: #5C70DB; }
a { background-color: rgb(92,112,219); }
div.DivClassName
{
background-color: #5C70DB;
}
.BgClassName
{
background-color: #5C70DB;
}
</style>
border-color css
<style>
span { border-color: #5C70DB; }
span { border-color: rgb(92,112,219); }
td.TdClassName
{
border-color: #5C70DB;
}
.TagClassName
{
border-color: #5C70DB;
}
</style>