Shades of Royal Blue #2452EF
Tints of Royal Blue #2452EF
RGB
CMYK
RGB Variations
Color information
#2452EF (or 0x2452EF) is known color: Royal Blue. HEX triplet: 24, 52 and EF. RGB value is (36,82,239). Sum of RGB (Red+Green+Blue) = 36+82+239=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #2452EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2452EF is #DBAD10. Grayscale: #555555. Windows color (decimal): -14396689 or 15684132. OLE color: 15684132.
HSL color Cylindrical-coordinate representation of color #2452EF: hue angle of 226.4º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2452EF is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 82 | 239 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.06 |
| HSL | 226.4º | 0.86% | 0.54% | - |
| HSV(B) | 226.4º | 0.85% | 0.94% | - |
| XYZ | 19.32 | 12.64 | 83.08 | - |
| YUV | 86.14 | 214.26 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 239 | 0.85 | 0.66 | 0 | 0.06 | 226.4 | 0.86 | 0.54 |
| Hex | 24 | 52 | EF | 55 | 42 | 0 | 6 | E2 | 56 | 36 |
| Octal | 44 | 122 | 357 | 125 | 102 | 0 | 6 | 342 | 126 | 66 |
| Binary | 100100 | 1010010 | 11101111 | 1010101 | 1000010 | 0 | 110 | 11100010 | 1010110 | 110110 |
Color Harmonies of #2452EF
Complementary color
Monochromatic Colors of #2452EF
Black with #2452EF
Text Example
Text Example
White with #2452EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2452EF; }
p { color: rgb(36,82,239); }
H1.HeaderClassName
{
color: #2452EF;
}
.AnyTagClassName
{
color: #2452EF;
}
</style>
background-color css
<style>
a { background-color: #2452EF; }
a { background-color: rgb(36,82,239); }
div.DivClassName
{
background-color: #2452EF;
}
.BgClassName
{
background-color: #2452EF;
}
</style>
border-color css
<style>
span { border-color: #2452EF; }
span { border-color: rgb(36,82,239); }
td.TdClassName
{
border-color: #2452EF;
}
.TagClassName
{
border-color: #2452EF;
}
</style>