Shades of Royal Blue #255AFA
Tints of Royal Blue #255AFA
RGB
CMYK
RGB Variations
Color information
#255AFA (or 0x255AFA) is known color: Royal Blue. HEX triplet: 25, 5A and FA. RGB value is (37,90,250). Sum of RGB (Red+Green+Blue) = 37+90+250=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #255AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AFA is #DAA505. Grayscale: #5B5B5B. Windows color (decimal): -14329094 or 16407077. OLE color: 16407077.
HSL color Cylindrical-coordinate representation of color #255AFA: hue angle of 225.07º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255AFA is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 90 | 250 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.02 |
| HSL | 225.07º | 0.96% | 0.56% | - |
| HSV(B) | 225.07º | 0.85% | 0.98% | - |
| XYZ | 21.67 | 14.61 | 92.12 | - |
| YUV | 92.39 | 216.94 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 250 | 0.85 | 0.64 | 0 | 0.02 | 225.07 | 0.96 | 0.56 |
| Hex | 25 | 5A | FA | 55 | 40 | 0 | 2 | E1 | 60 | 38 |
| Octal | 45 | 132 | 372 | 125 | 100 | 0 | 2 | 341 | 140 | 70 |
| Binary | 100101 | 1011010 | 11111010 | 1010101 | 1000000 | 0 | 10 | 11100001 | 1100000 | 111000 |
Color Harmonies of #255AFA
Complementary color
Monochromatic Colors of #255AFA
Black with #255AFA
Text Example
Text Example
White with #255AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AFA; }
p { color: rgb(37,90,250); }
H1.HeaderClassName
{
color: #255AFA;
}
.AnyTagClassName
{
color: #255AFA;
}
</style>
background-color css
<style>
a { background-color: #255AFA; }
a { background-color: rgb(37,90,250); }
div.DivClassName
{
background-color: #255AFA;
}
.BgClassName
{
background-color: #255AFA;
}
</style>
border-color css
<style>
span { border-color: #255AFA; }
span { border-color: rgb(37,90,250); }
td.TdClassName
{
border-color: #255AFA;
}
.TagClassName
{
border-color: #255AFA;
}
</style>