Shades of Royal Blue #255CF5
Tints of Royal Blue #255CF5
RGB
CMYK
RGB Variations
Color information
#255CF5 (or 0x255CF5) is known color: Royal Blue. HEX triplet: 25, 5C and F5. RGB value is (37,92,245). Sum of RGB (Red+Green+Blue) = 37+92+245=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 245 (96.09% from 255 or 65.51% from 374); Max value from RGB is 245 - color contains mainly: blue. Hex color #255CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255CF5 is #DAA30A. Grayscale: #5C5C5C. Windows color (decimal): -14328587 or 16079909. OLE color: 16079909.
HSL color Cylindrical-coordinate representation of color #255CF5: hue angle of 224.13º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255CF5 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 92 | 245 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.04 |
| HSL | 224.13º | 0.91% | 0.55% | - |
| HSV(B) | 224.13º | 0.85% | 0.96% | - |
| XYZ | 21.07 | 14.64 | 88.1 | - |
| YUV | 93 | 213.78 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 245 | 0.85 | 0.62 | 0 | 0.04 | 224.13 | 0.91 | 0.55 |
| Hex | 25 | 5C | F5 | 55 | 3E | 0 | 4 | E0 | 5B | 37 |
| Octal | 45 | 134 | 365 | 125 | 76 | 0 | 4 | 340 | 133 | 67 |
| Binary | 100101 | 1011100 | 11110101 | 1010101 | 111110 | 0 | 100 | 11100000 | 1011011 | 110111 |
Color Harmonies of #255CF5
Complementary color
Monochromatic Colors of #255CF5
Black with #255CF5
Text Example
Text Example
White with #255CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CF5; }
p { color: rgb(37,92,245); }
H1.HeaderClassName
{
color: #255CF5;
}
.AnyTagClassName
{
color: #255CF5;
}
</style>
background-color css
<style>
a { background-color: #255CF5; }
a { background-color: rgb(37,92,245); }
div.DivClassName
{
background-color: #255CF5;
}
.BgClassName
{
background-color: #255CF5;
}
</style>
border-color css
<style>
span { border-color: #255CF5; }
span { border-color: rgb(37,92,245); }
td.TdClassName
{
border-color: #255CF5;
}
.TagClassName
{
border-color: #255CF5;
}
</style>