Shades of Royal Blue #4452E0
Tints of Royal Blue #4452E0
RGB
CMYK
RGB Variations
Color information
#4452E0 (or 0x4452E0) is known color: Royal Blue. HEX triplet: 44, 52 and E0. RGB value is (68,82,224). Sum of RGB (Red+Green+Blue) = 68+82+224=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #4452E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4452E0 is #BBAD1F. Grayscale: #5D5D5D. Windows color (decimal): -12299552 or 14701124. OLE color: 14701124.
HSL color Cylindrical-coordinate representation of color #4452E0: hue angle of 234.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4452E0 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 82 | 224 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.12 |
| HSL | 234.62º | 0.72% | 0.57% | - |
| HSV(B) | 234.62º | 0.7% | 0.88% | - |
| XYZ | 18.86 | 12.65 | 71.97 | - |
| YUV | 94 | 201.36 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 224 | 0.70 | 0.63 | 0 | 0.12 | 234.62 | 0.72 | 0.57 |
| Hex | 44 | 52 | E0 | 46 | 3F | 0 | C | EB | 48 | 39 |
| Octal | 104 | 122 | 340 | 106 | 77 | 0 | 14 | 353 | 110 | 71 |
| Binary | 1000100 | 1010010 | 11100000 | 1000110 | 111111 | 0 | 1100 | 11101011 | 1001000 | 111001 |
Color Harmonies of #4452E0
Complementary color
Monochromatic Colors of #4452E0
Black with #4452E0
Text Example
Text Example
White with #4452E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4452E0; }
p { color: rgb(68,82,224); }
H1.HeaderClassName
{
color: #4452E0;
}
.AnyTagClassName
{
color: #4452E0;
}
</style>
background-color css
<style>
a { background-color: #4452E0; }
a { background-color: rgb(68,82,224); }
div.DivClassName
{
background-color: #4452E0;
}
.BgClassName
{
background-color: #4452E0;
}
</style>
border-color css
<style>
span { border-color: #4452E0; }
span { border-color: rgb(68,82,224); }
td.TdClassName
{
border-color: #4452E0;
}
.TagClassName
{
border-color: #4452E0;
}
</style>