Shades of Royal Blue #255AF1
Tints of Royal Blue #255AF1
RGB
CMYK
RGB Variations
Color information
#255AF1 (or 0x255AF1) is known color: Royal Blue. HEX triplet: 25, 5A and F1. RGB value is (37,90,241). Sum of RGB (Red+Green+Blue) = 37+90+241=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #255AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AF1 is #DAA50E. Grayscale: #5A5A5A. Windows color (decimal): -14329103 or 15817253. OLE color: 15817253.
HSL color Cylindrical-coordinate representation of color #255AF1: hue angle of 224.41º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255AF1 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 90 | 241 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.05 |
| HSL | 224.41º | 0.88% | 0.55% | - |
| HSV(B) | 224.41º | 0.85% | 0.95% | - |
| XYZ | 20.3 | 14.06 | 84.86 | - |
| YUV | 91.37 | 212.44 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 241 | 0.85 | 0.63 | 0 | 0.05 | 224.41 | 0.88 | 0.55 |
| Hex | 25 | 5A | F1 | 55 | 3F | 0 | 5 | E0 | 58 | 37 |
| Octal | 45 | 132 | 361 | 125 | 77 | 0 | 5 | 340 | 130 | 67 |
| Binary | 100101 | 1011010 | 11110001 | 1010101 | 111111 | 0 | 101 | 11100000 | 1011000 | 110111 |
Color Harmonies of #255AF1
Complementary color
Monochromatic Colors of #255AF1
Black with #255AF1
Text Example
Text Example
White with #255AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AF1; }
p { color: rgb(37,90,241); }
H1.HeaderClassName
{
color: #255AF1;
}
.AnyTagClassName
{
color: #255AF1;
}
</style>
background-color css
<style>
a { background-color: #255AF1; }
a { background-color: rgb(37,90,241); }
div.DivClassName
{
background-color: #255AF1;
}
.BgClassName
{
background-color: #255AF1;
}
</style>
border-color css
<style>
span { border-color: #255AF1; }
span { border-color: rgb(37,90,241); }
td.TdClassName
{
border-color: #255AF1;
}
.TagClassName
{
border-color: #255AF1;
}
</style>