Shades of Royal Blue #255FF4
Tints of Royal Blue #255FF4
RGB
CMYK
RGB Variations
Color information
#255FF4 (or 0x255FF4) is known color: Royal Blue. HEX triplet: 25, 5F and F4. RGB value is (37,95,244). Sum of RGB (Red+Green+Blue) = 37+95+244=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 244 (95.70% from 255 or 64.89% from 376); Max value from RGB is 244 - color contains mainly: blue. Hex color #255FF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255FF4 is #DAA00B. Grayscale: #5D5D5D. Windows color (decimal): -14327820 or 16015141. OLE color: 16015141.
HSL color Cylindrical-coordinate representation of color #255FF4: hue angle of 223.19º degrees, saturation: 0.9, 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 #255FF4 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 95 | 244 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.04 |
| HSL | 223.19º | 0.9% | 0.55% | - |
| HSV(B) | 223.19º | 0.85% | 0.96% | - |
| XYZ | 21.18 | 15.11 | 87.39 | - |
| YUV | 94.64 | 212.28 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 244 | 0.85 | 0.61 | 0 | 0.04 | 223.19 | 0.9 | 0.55 |
| Hex | 25 | 5F | F4 | 55 | 3D | 0 | 4 | DF | 5A | 37 |
| Octal | 45 | 137 | 364 | 125 | 75 | 0 | 4 | 337 | 132 | 67 |
| Binary | 100101 | 1011111 | 11110100 | 1010101 | 111101 | 0 | 100 | 11011111 | 1011010 | 110111 |
Color Harmonies of #255FF4
Complementary color
Monochromatic Colors of #255FF4
Black with #255FF4
Text Example
Text Example
White with #255FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FF4; }
p { color: rgb(37,95,244); }
H1.HeaderClassName
{
color: #255FF4;
}
.AnyTagClassName
{
color: #255FF4;
}
</style>
background-color css
<style>
a { background-color: #255FF4; }
a { background-color: rgb(37,95,244); }
div.DivClassName
{
background-color: #255FF4;
}
.BgClassName
{
background-color: #255FF4;
}
</style>
border-color css
<style>
span { border-color: #255FF4; }
span { border-color: rgb(37,95,244); }
td.TdClassName
{
border-color: #255FF4;
}
.TagClassName
{
border-color: #255FF4;
}
</style>