Shades of Royal Blue #255EFB
Tints of Royal Blue #255EFB
RGB
CMYK
RGB Variations
Color information
#255EFB (or 0x255EFB) is known color: Royal Blue. HEX triplet: 25, 5E and FB. RGB value is (37,94,251). Sum of RGB (Red+Green+Blue) = 37+94+251=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #255EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EFB is #DAA104. Grayscale: #5E5E5E. Windows color (decimal): -14328069 or 16473637. OLE color: 16473637.
HSL color Cylindrical-coordinate representation of color #255EFB: hue angle of 224.02º 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 #255EFB is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 94 | 251 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.02 |
| HSL | 224.02º | 0.96% | 0.56% | - |
| HSV(B) | 224.02º | 0.85% | 0.98% | - |
| XYZ | 22.18 | 15.36 | 93.06 | - |
| YUV | 94.86 | 216.12 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 251 | 0.85 | 0.63 | 0 | 0.02 | 224.02 | 0.96 | 0.56 |
| Hex | 25 | 5E | FB | 55 | 3F | 0 | 2 | E0 | 60 | 38 |
| Octal | 45 | 136 | 373 | 125 | 77 | 0 | 2 | 340 | 140 | 70 |
| Binary | 100101 | 1011110 | 11111011 | 1010101 | 111111 | 0 | 10 | 11100000 | 1100000 | 111000 |
Color Harmonies of #255EFB
Complementary color
Monochromatic Colors of #255EFB
Black with #255EFB
Text Example
Text Example
White with #255EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255EFB; }
p { color: rgb(37,94,251); }
H1.HeaderClassName
{
color: #255EFB;
}
.AnyTagClassName
{
color: #255EFB;
}
</style>
background-color css
<style>
a { background-color: #255EFB; }
a { background-color: rgb(37,94,251); }
div.DivClassName
{
background-color: #255EFB;
}
.BgClassName
{
background-color: #255EFB;
}
</style>
border-color css
<style>
span { border-color: #255EFB; }
span { border-color: rgb(37,94,251); }
td.TdClassName
{
border-color: #255EFB;
}
.TagClassName
{
border-color: #255EFB;
}
</style>