Shades of Royal Blue #255CEC
Tints of Royal Blue #255CEC
RGB
CMYK
RGB Variations
Color information
#255CEC (or 0x255CEC) is known color: Royal Blue. HEX triplet: 25, 5C and EC. RGB value is (37,92,236). Sum of RGB (Red+Green+Blue) = 37+92+236=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #255CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255CEC is #DAA313. Grayscale: #5B5B5B. Windows color (decimal): -14328596 or 15490085. OLE color: 15490085.
HSL color Cylindrical-coordinate representation of color #255CEC: hue angle of 223.42º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255CEC is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 92 | 236 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.07 |
| HSL | 223.42º | 0.84% | 0.54% | - |
| HSV(B) | 223.42º | 0.84% | 0.93% | - |
| XYZ | 19.73 | 14.1 | 81.04 | - |
| YUV | 91.97 | 209.28 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 236 | 0.84 | 0.61 | 0 | 0.07 | 223.42 | 0.84 | 0.54 |
| Hex | 25 | 5C | EC | 54 | 3D | 0 | 7 | DF | 54 | 36 |
| Octal | 45 | 134 | 354 | 124 | 75 | 0 | 7 | 337 | 124 | 66 |
| Binary | 100101 | 1011100 | 11101100 | 1010100 | 111101 | 0 | 111 | 11011111 | 1010100 | 110110 |
Color Harmonies of #255CEC
Complementary color
Monochromatic Colors of #255CEC
Black with #255CEC
Text Example
Text Example
White with #255CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CEC; }
p { color: rgb(37,92,236); }
H1.HeaderClassName
{
color: #255CEC;
}
.AnyTagClassName
{
color: #255CEC;
}
</style>
background-color css
<style>
a { background-color: #255CEC; }
a { background-color: rgb(37,92,236); }
div.DivClassName
{
background-color: #255CEC;
}
.BgClassName
{
background-color: #255CEC;
}
</style>
border-color css
<style>
span { border-color: #255CEC; }
span { border-color: rgb(37,92,236); }
td.TdClassName
{
border-color: #255CEC;
}
.TagClassName
{
border-color: #255CEC;
}
</style>