Shades of Royal Blue #254CF3
Tints of Royal Blue #254CF3
RGB
CMYK
RGB Variations
Color information
#254CF3 (or 0x254CF3) is known color: Royal Blue. HEX triplet: 25, 4C and F3. RGB value is (37,76,243). Sum of RGB (Red+Green+Blue) = 37+76+243=356 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.39% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #254CF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CF3 is #DAB30C. Grayscale: #525252. Windows color (decimal): -14332685 or 15944741. OLE color: 15944741.
HSL color Cylindrical-coordinate representation of color #254CF3: hue angle of 228.64º 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 #254CF3 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 76 | 243 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.05 |
| HSL | 228.64º | 0.9% | 0.55% | - |
| HSV(B) | 228.64º | 0.85% | 0.95% | - |
| XYZ | 19.53 | 12.03 | 86.09 | - |
| YUV | 83.38 | 218.08 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 243 | 0.85 | 0.69 | 0 | 0.05 | 228.64 | 0.9 | 0.55 |
| Hex | 25 | 4C | F3 | 55 | 45 | 0 | 5 | E5 | 5A | 37 |
| Octal | 45 | 114 | 363 | 125 | 105 | 0 | 5 | 345 | 132 | 67 |
| Binary | 100101 | 1001100 | 11110011 | 1010101 | 1000101 | 0 | 101 | 11100101 | 1011010 | 110111 |
Color Harmonies of #254CF3
Complementary color
Monochromatic Colors of #254CF3
Black with #254CF3
Text Example
Text Example
White with #254CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254CF3; }
p { color: rgb(37,76,243); }
H1.HeaderClassName
{
color: #254CF3;
}
.AnyTagClassName
{
color: #254CF3;
}
</style>
background-color css
<style>
a { background-color: #254CF3; }
a { background-color: rgb(37,76,243); }
div.DivClassName
{
background-color: #254CF3;
}
.BgClassName
{
background-color: #254CF3;
}
</style>
border-color css
<style>
span { border-color: #254CF3; }
span { border-color: rgb(37,76,243); }
td.TdClassName
{
border-color: #254CF3;
}
.TagClassName
{
border-color: #254CF3;
}
</style>