Shades of Royal Blue #255EF3
Tints of Royal Blue #255EF3
RGB
CMYK
RGB Variations
Color information
#255EF3 (or 0x255EF3) is known color: Royal Blue. HEX triplet: 25, 5E and F3. RGB value is (37,94,243). Sum of RGB (Red+Green+Blue) = 37+94+243=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #255EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EF3 is #DAA10C. Grayscale: #5D5D5D. Windows color (decimal): -14328077 or 15949349. OLE color: 15949349.
HSL color Cylindrical-coordinate representation of color #255EF3: hue angle of 223.4º 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 #255EF3 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 94 | 243 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.05 |
| HSL | 223.4º | 0.9% | 0.55% | - |
| HSV(B) | 223.4º | 0.85% | 0.95% | - |
| XYZ | 20.94 | 14.87 | 86.56 | - |
| YUV | 93.94 | 212.12 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 243 | 0.85 | 0.61 | 0 | 0.05 | 223.4 | 0.9 | 0.55 |
| Hex | 25 | 5E | F3 | 55 | 3D | 0 | 5 | DF | 5A | 37 |
| Octal | 45 | 136 | 363 | 125 | 75 | 0 | 5 | 337 | 132 | 67 |
| Binary | 100101 | 1011110 | 11110011 | 1010101 | 111101 | 0 | 101 | 11011111 | 1011010 | 110111 |
Color Harmonies of #255EF3
Complementary color
Monochromatic Colors of #255EF3
Black with #255EF3
Text Example
Text Example
White with #255EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EF3; }
p { color: rgb(37,94,243); }
H1.HeaderClassName
{
color: #255EF3;
}
.AnyTagClassName
{
color: #255EF3;
}
</style>
background-color css
<style>
a { background-color: #255EF3; }
a { background-color: rgb(37,94,243); }
div.DivClassName
{
background-color: #255EF3;
}
.BgClassName
{
background-color: #255EF3;
}
</style>
border-color css
<style>
span { border-color: #255EF3; }
span { border-color: rgb(37,94,243); }
td.TdClassName
{
border-color: #255EF3;
}
.TagClassName
{
border-color: #255EF3;
}
</style>