Shades of Royal Blue #2452FA
Tints of Royal Blue #2452FA
RGB
CMYK
RGB Variations
Color information
#2452FA (or 0x2452FA) is known color: Royal Blue. HEX triplet: 24, 52 and FA. RGB value is (36,82,250). Sum of RGB (Red+Green+Blue) = 36+82+250=368 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.78% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #2452FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2452FA is #DBAD05. Grayscale: #565656. Windows color (decimal): -14396678 or 16405028. OLE color: 16405028.
HSL color Cylindrical-coordinate representation of color #2452FA: hue angle of 227.1º 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 #2452FA is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 82 | 250 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.02 |
| HSL | 227.1º | 0.96% | 0.56% | - |
| HSV(B) | 227.1º | 0.86% | 0.98% | - |
| XYZ | 21 | 13.31 | 91.91 | - |
| YUV | 87.4 | 219.76 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 250 | 0.86 | 0.67 | 0 | 0.02 | 227.1 | 0.96 | 0.56 |
| Hex | 24 | 52 | FA | 56 | 43 | 0 | 2 | E3 | 60 | 38 |
| Octal | 44 | 122 | 372 | 126 | 103 | 0 | 2 | 343 | 140 | 70 |
| Binary | 100100 | 1010010 | 11111010 | 1010110 | 1000011 | 0 | 10 | 11100011 | 1100000 | 111000 |
Color Harmonies of #2452FA
Complementary color
Monochromatic Colors of #2452FA
Black with #2452FA
Text Example
Text Example
White with #2452FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2452FA; }
p { color: rgb(36,82,250); }
H1.HeaderClassName
{
color: #2452FA;
}
.AnyTagClassName
{
color: #2452FA;
}
</style>
background-color css
<style>
a { background-color: #2452FA; }
a { background-color: rgb(36,82,250); }
div.DivClassName
{
background-color: #2452FA;
}
.BgClassName
{
background-color: #2452FA;
}
</style>
border-color css
<style>
span { border-color: #2452FA; }
span { border-color: rgb(36,82,250); }
td.TdClassName
{
border-color: #2452FA;
}
.TagClassName
{
border-color: #2452FA;
}
</style>