Shades of Royal Blue #244DEB
Tints of Royal Blue #244DEB
RGB
CMYK
RGB Variations
Color information
#244DEB (or 0x244DEB) is known color: Royal Blue. HEX triplet: 24, 4D and EB. RGB value is (36,77,235). Sum of RGB (Red+Green+Blue) = 36+77+235=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #244DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #244DEB is #DBB214. Grayscale: #525252. Windows color (decimal): -14397973 or 15420708. OLE color: 15420708.
HSL color Cylindrical-coordinate representation of color #244DEB: hue angle of 227.64º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #244DEB is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 77 | 235 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.08 |
| HSL | 227.64º | 0.83% | 0.53% | - |
| HSV(B) | 227.64º | 0.85% | 0.92% | - |
| XYZ | 18.38 | 11.68 | 79.88 | - |
| YUV | 82.75 | 213.92 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 235 | 0.85 | 0.67 | 0 | 0.08 | 227.64 | 0.83 | 0.53 |
| Hex | 24 | 4D | EB | 55 | 43 | 0 | 8 | E4 | 53 | 35 |
| Octal | 44 | 115 | 353 | 125 | 103 | 0 | 10 | 344 | 123 | 65 |
| Binary | 100100 | 1001101 | 11101011 | 1010101 | 1000011 | 0 | 1000 | 11100100 | 1010011 | 110101 |
Color Harmonies of #244DEB
Complementary color
Monochromatic Colors of #244DEB
Black with #244DEB
Text Example
Text Example
White with #244DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244DEB; }
p { color: rgb(36,77,235); }
H1.HeaderClassName
{
color: #244DEB;
}
.AnyTagClassName
{
color: #244DEB;
}
</style>
background-color css
<style>
a { background-color: #244DEB; }
a { background-color: rgb(36,77,235); }
div.DivClassName
{
background-color: #244DEB;
}
.BgClassName
{
background-color: #244DEB;
}
</style>
border-color css
<style>
span { border-color: #244DEB; }
span { border-color: rgb(36,77,235); }
td.TdClassName
{
border-color: #244DEB;
}
.TagClassName
{
border-color: #244DEB;
}
</style>