Shades of Royal Blue #255AF6
Tints of Royal Blue #255AF6
RGB
CMYK
RGB Variations
Color information
#255AF6 (or 0x255AF6) is known color: Royal Blue. HEX triplet: 25, 5A and F6. RGB value is (37,90,246). Sum of RGB (Red+Green+Blue) = 37+90+246=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #255AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AF6 is #DAA509. Grayscale: #5B5B5B. Windows color (decimal): -14329098 or 16144933. OLE color: 16144933.
HSL color Cylindrical-coordinate representation of color #255AF6: hue angle of 224.78º 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 #255AF6 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 90 | 246 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.04 |
| HSL | 224.78º | 0.92% | 0.55% | - |
| HSV(B) | 224.78º | 0.85% | 0.96% | - |
| XYZ | 21.05 | 14.36 | 88.85 | - |
| YUV | 91.94 | 214.94 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 246 | 0.85 | 0.63 | 0 | 0.04 | 224.78 | 0.92 | 0.55 |
| Hex | 25 | 5A | F6 | 55 | 3F | 0 | 4 | E1 | 5C | 37 |
| Octal | 45 | 132 | 366 | 125 | 77 | 0 | 4 | 341 | 134 | 67 |
| Binary | 100101 | 1011010 | 11110110 | 1010101 | 111111 | 0 | 100 | 11100001 | 1011100 | 110111 |
Color Harmonies of #255AF6
Complementary color
Monochromatic Colors of #255AF6
Black with #255AF6
Text Example
Text Example
White with #255AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AF6; }
p { color: rgb(37,90,246); }
H1.HeaderClassName
{
color: #255AF6;
}
.AnyTagClassName
{
color: #255AF6;
}
</style>
background-color css
<style>
a { background-color: #255AF6; }
a { background-color: rgb(37,90,246); }
div.DivClassName
{
background-color: #255AF6;
}
.BgClassName
{
background-color: #255AF6;
}
</style>
border-color css
<style>
span { border-color: #255AF6; }
span { border-color: rgb(37,90,246); }
td.TdClassName
{
border-color: #255AF6;
}
.TagClassName
{
border-color: #255AF6;
}
</style>