Shades of Royal Blue #255FF6
Tints of Royal Blue #255FF6
RGB
CMYK
RGB Variations
Color information
#255FF6 (or 0x255FF6) is known color: Royal Blue. HEX triplet: 25, 5F and F6. RGB value is (37,95,246). Sum of RGB (Red+Green+Blue) = 37+95+246=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 246 (96.48% from 255 or 65.08% from 378); Max value from RGB is 246 - color contains mainly: blue. Hex color #255FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255FF6 is #DAA009. Grayscale: #5E5E5E. Windows color (decimal): -14327818 or 16146213. OLE color: 16146213.
HSL color Cylindrical-coordinate representation of color #255FF6: hue angle of 223.35º degrees, saturation: 0.92, 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 #255FF6 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 95 | 246 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.04 |
| HSL | 223.35º | 0.92% | 0.55% | - |
| HSV(B) | 223.35º | 0.85% | 0.96% | - |
| XYZ | 21.49 | 15.23 | 89 | - |
| YUV | 94.87 | 213.28 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 246 | 0.85 | 0.61 | 0 | 0.04 | 223.35 | 0.92 | 0.55 |
| Hex | 25 | 5F | F6 | 55 | 3D | 0 | 4 | DF | 5C | 37 |
| Octal | 45 | 137 | 366 | 125 | 75 | 0 | 4 | 337 | 134 | 67 |
| Binary | 100101 | 1011111 | 11110110 | 1010101 | 111101 | 0 | 100 | 11011111 | 1011100 | 110111 |
Color Harmonies of #255FF6
Complementary color
Monochromatic Colors of #255FF6
Black with #255FF6
Text Example
Text Example
White with #255FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FF6; }
p { color: rgb(37,95,246); }
H1.HeaderClassName
{
color: #255FF6;
}
.AnyTagClassName
{
color: #255FF6;
}
</style>
background-color css
<style>
a { background-color: #255FF6; }
a { background-color: rgb(37,95,246); }
div.DivClassName
{
background-color: #255FF6;
}
.BgClassName
{
background-color: #255FF6;
}
</style>
border-color css
<style>
span { border-color: #255FF6; }
span { border-color: rgb(37,95,246); }
td.TdClassName
{
border-color: #255FF6;
}
.TagClassName
{
border-color: #255FF6;
}
</style>