Shades of Royal Blue #255AF3
Tints of Royal Blue #255AF3
RGB
CMYK
RGB Variations
Color information
#255AF3 (or 0x255AF3) is known color: Royal Blue. HEX triplet: 25, 5A and F3. RGB value is (37,90,243). Sum of RGB (Red+Green+Blue) = 37+90+243=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 243 (95.31% from 255 or 65.68% from 370); Max value from RGB is 243 - color contains mainly: blue. Hex color #255AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AF3 is #DAA50C. Grayscale: #5A5A5A. Windows color (decimal): -14329101 or 15948325. OLE color: 15948325.
HSL color Cylindrical-coordinate representation of color #255AF3: hue angle of 224.56º degrees, saturation: 0.9, 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 #255AF3 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 90 | 243 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.05 |
| HSL | 224.56º | 0.9% | 0.55% | - |
| HSV(B) | 224.56º | 0.85% | 0.95% | - |
| XYZ | 20.6 | 14.18 | 86.44 | - |
| YUV | 91.6 | 213.44 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 243 | 0.85 | 0.63 | 0 | 0.05 | 224.56 | 0.9 | 0.55 |
| Hex | 25 | 5A | F3 | 55 | 3F | 0 | 5 | E1 | 5A | 37 |
| Octal | 45 | 132 | 363 | 125 | 77 | 0 | 5 | 341 | 132 | 67 |
| Binary | 100101 | 1011010 | 11110011 | 1010101 | 111111 | 0 | 101 | 11100001 | 1011010 | 110111 |
Color Harmonies of #255AF3
Complementary color
Monochromatic Colors of #255AF3
Black with #255AF3
Text Example
Text Example
White with #255AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AF3; }
p { color: rgb(37,90,243); }
H1.HeaderClassName
{
color: #255AF3;
}
.AnyTagClassName
{
color: #255AF3;
}
</style>
background-color css
<style>
a { background-color: #255AF3; }
a { background-color: rgb(37,90,243); }
div.DivClassName
{
background-color: #255AF3;
}
.BgClassName
{
background-color: #255AF3;
}
</style>
border-color css
<style>
span { border-color: #255AF3; }
span { border-color: rgb(37,90,243); }
td.TdClassName
{
border-color: #255AF3;
}
.TagClassName
{
border-color: #255AF3;
}
</style>