Shades of Royal Blue #255FFA
Tints of Royal Blue #255FFA
RGB
CMYK
RGB Variations
Color information
#255FFA (or 0x255FFA) is known color: Royal Blue. HEX triplet: 25, 5F and FA. RGB value is (37,95,250). Sum of RGB (Red+Green+Blue) = 37+95+250=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #255FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255FFA is #DAA005. Grayscale: #5E5E5E. Windows color (decimal): -14327814 or 16408357. OLE color: 16408357.
HSL color Cylindrical-coordinate representation of color #255FFA: hue angle of 223.66º 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 #255FFA is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 95 | 250 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.02 |
| HSL | 223.66º | 0.96% | 0.56% | - |
| HSV(B) | 223.66º | 0.85% | 0.98% | - |
| XYZ | 22.11 | 15.48 | 92.27 | - |
| YUV | 95.33 | 215.28 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 250 | 0.85 | 0.62 | 0 | 0.02 | 223.66 | 0.96 | 0.56 |
| Hex | 25 | 5F | FA | 55 | 3E | 0 | 2 | E0 | 60 | 38 |
| Octal | 45 | 137 | 372 | 125 | 76 | 0 | 2 | 340 | 140 | 70 |
| Binary | 100101 | 1011111 | 11111010 | 1010101 | 111110 | 0 | 10 | 11100000 | 1100000 | 111000 |
Color Harmonies of #255FFA
Complementary color
Monochromatic Colors of #255FFA
Black with #255FFA
Text Example
Text Example
White with #255FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FFA; }
p { color: rgb(37,95,250); }
H1.HeaderClassName
{
color: #255FFA;
}
.AnyTagClassName
{
color: #255FFA;
}
</style>
background-color css
<style>
a { background-color: #255FFA; }
a { background-color: rgb(37,95,250); }
div.DivClassName
{
background-color: #255FFA;
}
.BgClassName
{
background-color: #255FFA;
}
</style>
border-color css
<style>
span { border-color: #255FFA; }
span { border-color: rgb(37,95,250); }
td.TdClassName
{
border-color: #255FFA;
}
.TagClassName
{
border-color: #255FFA;
}
</style>