Shades of Royal Blue #445CEE
Tints of Royal Blue #445CEE
RGB
CMYK
RGB Variations
Color information
#445CEE (or 0x445CEE) is known color: Royal Blue. HEX triplet: 44, 5C and EE. RGB value is (68,92,238). Sum of RGB (Red+Green+Blue) = 68+92+238=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #445CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445CEE is #BBA311. Grayscale: #646464. Windows color (decimal): -12296978 or 15621188. OLE color: 15621188.
HSL color Cylindrical-coordinate representation of color #445CEE: hue angle of 231.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #445CEE is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 92 | 238 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.07 |
| HSL | 231.53º | 0.83% | 0.6% | - |
| HSV(B) | 231.53º | 0.71% | 0.93% | - |
| XYZ | 21.64 | 15.06 | 82.65 | - |
| YUV | 101.47 | 205.05 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 238 | 0.71 | 0.61 | 0 | 0.07 | 231.53 | 0.83 | 0.6 |
| Hex | 44 | 5C | EE | 47 | 3D | 0 | 7 | E8 | 53 | 3C |
| Octal | 104 | 134 | 356 | 107 | 75 | 0 | 7 | 350 | 123 | 74 |
| Binary | 1000100 | 1011100 | 11101110 | 1000111 | 111101 | 0 | 111 | 11101000 | 1010011 | 111100 |
Color Harmonies of #445CEE
Complementary color
Monochromatic Colors of #445CEE
Black with #445CEE
Text Example
Text Example
White with #445CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445CEE; }
p { color: rgb(68,92,238); }
H1.HeaderClassName
{
color: #445CEE;
}
.AnyTagClassName
{
color: #445CEE;
}
</style>
background-color css
<style>
a { background-color: #445CEE; }
a { background-color: rgb(68,92,238); }
div.DivClassName
{
background-color: #445CEE;
}
.BgClassName
{
background-color: #445CEE;
}
</style>
border-color css
<style>
span { border-color: #445CEE; }
span { border-color: rgb(68,92,238); }
td.TdClassName
{
border-color: #445CEE;
}
.TagClassName
{
border-color: #445CEE;
}
</style>