Shades of Royal Blue #2453FA
Tints of Royal Blue #2453FA
RGB
CMYK
RGB Variations
Color information
#2453FA (or 0x2453FA) is known color: Royal Blue. HEX triplet: 24, 53 and FA. RGB value is (36,83,250). Sum of RGB (Red+Green+Blue) = 36+83+250=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #2453FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2453FA is #DBAC05. Grayscale: #575757. Windows color (decimal): -14396422 or 16405284. OLE color: 16405284.
HSL color Cylindrical-coordinate representation of color #2453FA: hue angle of 226.82º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2453FA is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 83 | 250 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.02 |
| HSL | 226.82º | 0.96% | 0.56% | - |
| HSV(B) | 226.82º | 0.86% | 0.98% | - |
| XYZ | 21.08 | 13.46 | 91.93 | - |
| YUV | 87.99 | 219.43 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 250 | 0.86 | 0.67 | 0 | 0.02 | 226.82 | 0.96 | 0.56 |
| Hex | 24 | 53 | FA | 56 | 43 | 0 | 2 | E3 | 60 | 38 |
| Octal | 44 | 123 | 372 | 126 | 103 | 0 | 2 | 343 | 140 | 70 |
| Binary | 100100 | 1010011 | 11111010 | 1010110 | 1000011 | 0 | 10 | 11100011 | 1100000 | 111000 |
Color Harmonies of #2453FA
Complementary color
Monochromatic Colors of #2453FA
Black with #2453FA
Text Example
Text Example
White with #2453FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2453FA; }
p { color: rgb(36,83,250); }
H1.HeaderClassName
{
color: #2453FA;
}
.AnyTagClassName
{
color: #2453FA;
}
</style>
background-color css
<style>
a { background-color: #2453FA; }
a { background-color: rgb(36,83,250); }
div.DivClassName
{
background-color: #2453FA;
}
.BgClassName
{
background-color: #2453FA;
}
</style>
border-color css
<style>
span { border-color: #2453FA; }
span { border-color: rgb(36,83,250); }
td.TdClassName
{
border-color: #2453FA;
}
.TagClassName
{
border-color: #2453FA;
}
</style>