Shades of Royal Blue #255CEF
Tints of Royal Blue #255CEF
RGB
CMYK
RGB Variations
Color information
#255CEF (or 0x255CEF) is known color: Royal Blue. HEX triplet: 25, 5C and EF. RGB value is (37,92,239). Sum of RGB (Red+Green+Blue) = 37+92+239=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #255CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255CEF is #DAA310. Grayscale: #5B5B5B. Windows color (decimal): -14328593 or 15686693. OLE color: 15686693.
HSL color Cylindrical-coordinate representation of color #255CEF: hue angle of 223.66º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255CEF is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 92 | 239 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.06 |
| HSL | 223.66º | 0.86% | 0.54% | - |
| HSV(B) | 223.66º | 0.85% | 0.94% | - |
| XYZ | 20.17 | 14.28 | 83.35 | - |
| YUV | 92.31 | 210.78 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 239 | 0.85 | 0.62 | 0 | 0.06 | 223.66 | 0.86 | 0.54 |
| Hex | 25 | 5C | EF | 55 | 3E | 0 | 6 | E0 | 56 | 36 |
| Octal | 45 | 134 | 357 | 125 | 76 | 0 | 6 | 340 | 126 | 66 |
| Binary | 100101 | 1011100 | 11101111 | 1010101 | 111110 | 0 | 110 | 11100000 | 1010110 | 110110 |
Color Harmonies of #255CEF
Complementary color
Monochromatic Colors of #255CEF
Black with #255CEF
Text Example
Text Example
White with #255CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CEF; }
p { color: rgb(37,92,239); }
H1.HeaderClassName
{
color: #255CEF;
}
.AnyTagClassName
{
color: #255CEF;
}
</style>
background-color css
<style>
a { background-color: #255CEF; }
a { background-color: rgb(37,92,239); }
div.DivClassName
{
background-color: #255CEF;
}
.BgClassName
{
background-color: #255CEF;
}
</style>
border-color css
<style>
span { border-color: #255CEF; }
span { border-color: rgb(37,92,239); }
td.TdClassName
{
border-color: #255CEF;
}
.TagClassName
{
border-color: #255CEF;
}
</style>