Shades of Royal Blue #255CDC
Tints of Royal Blue #255CDC
RGB
CMYK
RGB Variations
Color information
#255CDC (or 0x255CDC) is known color: Royal Blue. HEX triplet: 25, 5C and DC. RGB value is (37,92,220). Sum of RGB (Red+Green+Blue) = 37+92+220=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #255CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CDC is #DAA323. Grayscale: #595959. Windows color (decimal): -14328612 or 14441509. OLE color: 14441509.
HSL color Cylindrical-coordinate representation of color #255CDC: hue angle of 221.97º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255CDC is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 92 | 220 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.14 |
| HSL | 221.97º | 0.72% | 0.5% | - |
| HSV(B) | 221.97º | 0.83% | 0.86% | - |
| XYZ | 17.51 | 13.21 | 69.34 | - |
| YUV | 90.15 | 201.28 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 220 | 0.83 | 0.58 | 0 | 0.14 | 221.97 | 0.72 | 0.5 |
| Hex | 25 | 5C | DC | 53 | 3A | 0 | E | DE | 48 | 32 |
| Octal | 45 | 134 | 334 | 123 | 72 | 0 | 16 | 336 | 110 | 62 |
| Binary | 100101 | 1011100 | 11011100 | 1010011 | 111010 | 0 | 1110 | 11011110 | 1001000 | 110010 |
Color Harmonies of #255CDC
Complementary color
Monochromatic Colors of #255CDC
Black with #255CDC
Text Example
Text Example
White with #255CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CDC; }
p { color: rgb(37,92,220); }
H1.HeaderClassName
{
color: #255CDC;
}
.AnyTagClassName
{
color: #255CDC;
}
</style>
background-color css
<style>
a { background-color: #255CDC; }
a { background-color: rgb(37,92,220); }
div.DivClassName
{
background-color: #255CDC;
}
.BgClassName
{
background-color: #255CDC;
}
</style>
border-color css
<style>
span { border-color: #255CDC; }
span { border-color: rgb(37,92,220); }
td.TdClassName
{
border-color: #255CDC;
}
.TagClassName
{
border-color: #255CDC;
}
</style>