Shades of Royal Blue #255CF7
Tints of Royal Blue #255CF7
RGB
CMYK
RGB Variations
Color information
#255CF7 (or 0x255CF7) is known color: Royal Blue. HEX triplet: 25, 5C and F7. RGB value is (37,92,247). Sum of RGB (Red+Green+Blue) = 37+92+247=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 247 (96.88% from 255 or 65.69% from 376); Max value from RGB is 247 - color contains mainly: blue. Hex color #255CF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255CF7 is #DAA308. Grayscale: #5C5C5C. Windows color (decimal): -14328585 or 16210981. OLE color: 16210981.
HSL color Cylindrical-coordinate representation of color #255CF7: hue angle of 224.29º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255CF7 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 92 | 247 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.03 |
| HSL | 224.29º | 0.93% | 0.56% | - |
| HSV(B) | 224.29º | 0.85% | 0.97% | - |
| XYZ | 21.38 | 14.76 | 89.72 | - |
| YUV | 93.23 | 214.78 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 247 | 0.85 | 0.63 | 0 | 0.03 | 224.29 | 0.93 | 0.56 |
| Hex | 25 | 5C | F7 | 55 | 3F | 0 | 3 | E0 | 5D | 38 |
| Octal | 45 | 134 | 367 | 125 | 77 | 0 | 3 | 340 | 135 | 70 |
| Binary | 100101 | 1011100 | 11110111 | 1010101 | 111111 | 0 | 11 | 11100000 | 1011101 | 111000 |
Color Harmonies of #255CF7
Complementary color
Monochromatic Colors of #255CF7
Black with #255CF7
Text Example
Text Example
White with #255CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CF7; }
p { color: rgb(37,92,247); }
H1.HeaderClassName
{
color: #255CF7;
}
.AnyTagClassName
{
color: #255CF7;
}
</style>
background-color css
<style>
a { background-color: #255CF7; }
a { background-color: rgb(37,92,247); }
div.DivClassName
{
background-color: #255CF7;
}
.BgClassName
{
background-color: #255CF7;
}
</style>
border-color css
<style>
span { border-color: #255CF7; }
span { border-color: rgb(37,92,247); }
td.TdClassName
{
border-color: #255CF7;
}
.TagClassName
{
border-color: #255CF7;
}
</style>