Shades of Royal Blue #255AF2
Tints of Royal Blue #255AF2
RGB
CMYK
RGB Variations
Color information
#255AF2 (or 0x255AF2) is known color: Royal Blue. HEX triplet: 25, 5A and F2. RGB value is (37,90,242). Sum of RGB (Red+Green+Blue) = 37+90+242=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #255AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AF2 is #DAA50D. Grayscale: #5A5A5A. Windows color (decimal): -14329102 or 15882789. OLE color: 15882789.
HSL color Cylindrical-coordinate representation of color #255AF2: hue angle of 224.49º degrees, saturation: 0.89, 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 #255AF2 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 90 | 242 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.05 |
| HSL | 224.49º | 0.89% | 0.55% | - |
| HSV(B) | 224.49º | 0.85% | 0.95% | - |
| XYZ | 20.45 | 14.12 | 85.65 | - |
| YUV | 91.48 | 212.94 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 242 | 0.85 | 0.63 | 0 | 0.05 | 224.49 | 0.89 | 0.55 |
| Hex | 25 | 5A | F2 | 55 | 3F | 0 | 5 | E0 | 59 | 37 |
| Octal | 45 | 132 | 362 | 125 | 77 | 0 | 5 | 340 | 131 | 67 |
| Binary | 100101 | 1011010 | 11110010 | 1010101 | 111111 | 0 | 101 | 11100000 | 1011001 | 110111 |
Color Harmonies of #255AF2
Complementary color
Monochromatic Colors of #255AF2
Black with #255AF2
Text Example
Text Example
White with #255AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AF2; }
p { color: rgb(37,90,242); }
H1.HeaderClassName
{
color: #255AF2;
}
.AnyTagClassName
{
color: #255AF2;
}
</style>
background-color css
<style>
a { background-color: #255AF2; }
a { background-color: rgb(37,90,242); }
div.DivClassName
{
background-color: #255AF2;
}
.BgClassName
{
background-color: #255AF2;
}
</style>
border-color css
<style>
span { border-color: #255AF2; }
span { border-color: rgb(37,90,242); }
td.TdClassName
{
border-color: #255AF2;
}
.TagClassName
{
border-color: #255AF2;
}
</style>