Shades of Royal Blue #2453E6
Tints of Royal Blue #2453E6
RGB
CMYK
RGB Variations
Color information
#2453E6 (or 0x2453E6) is known color: Royal Blue. HEX triplet: 24, 53 and E6. RGB value is (36,83,230). Sum of RGB (Red+Green+Blue) = 36+83+230=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 230 (90.23% from 255 or 65.90% from 349); Max value from RGB is 230 - color contains mainly: blue. Hex color #2453E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2453E6 is #DBAC19. Grayscale: #555555. Windows color (decimal): -14396442 or 15094564. OLE color: 15094564.
HSL color Cylindrical-coordinate representation of color #2453E6: hue angle of 225.46º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2453E6 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 83 | 230 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.10 |
| HSL | 225.46º | 0.8% | 0.52% | - |
| HSV(B) | 225.46º | 0.84% | 0.9% | - |
| XYZ | 18.1 | 12.27 | 76.28 | - |
| YUV | 85.71 | 209.43 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 230 | 0.84 | 0.64 | 0 | 0.10 | 225.46 | 0.8 | 0.52 |
| Hex | 24 | 53 | E6 | 54 | 40 | 0 | A | E1 | 50 | 34 |
| Octal | 44 | 123 | 346 | 124 | 100 | 0 | 12 | 341 | 120 | 64 |
| Binary | 100100 | 1010011 | 11100110 | 1010100 | 1000000 | 0 | 1010 | 11100001 | 1010000 | 110100 |
Color Harmonies of #2453E6
Complementary color
Monochromatic Colors of #2453E6
Black with #2453E6
Text Example
Text Example
White with #2453E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2453E6; }
p { color: rgb(36,83,230); }
H1.HeaderClassName
{
color: #2453E6;
}
.AnyTagClassName
{
color: #2453E6;
}
</style>
background-color css
<style>
a { background-color: #2453E6; }
a { background-color: rgb(36,83,230); }
div.DivClassName
{
background-color: #2453E6;
}
.BgClassName
{
background-color: #2453E6;
}
</style>
border-color css
<style>
span { border-color: #2453E6; }
span { border-color: rgb(36,83,230); }
td.TdClassName
{
border-color: #2453E6;
}
.TagClassName
{
border-color: #2453E6;
}
</style>