Shades of Royal Blue #447AED
Tints of Royal Blue #447AED
RGB
CMYK
RGB Variations
Color information
#447AED (or 0x447AED) is known color: Royal Blue. HEX triplet: 44, 7A and ED. RGB value is (68,122,237). Sum of RGB (Red+Green+Blue) = 68+122+237=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #447AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447AED is #BB8512. Grayscale: #767676. Windows color (decimal): -12289299 or 15563332. OLE color: 15563332.
HSL color Cylindrical-coordinate representation of color #447AED: hue angle of 220.83º degrees, saturation: 0.82, 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 #447AED is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 122 | 237 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.07 |
| HSL | 220.83º | 0.82% | 0.6% | - |
| HSV(B) | 220.83º | 0.71% | 0.93% | - |
| XYZ | 24.63 | 21.26 | 82.93 | - |
| YUV | 118.96 | 194.61 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 237 | 0.71 | 0.49 | 0 | 0.07 | 220.83 | 0.82 | 0.6 |
| Hex | 44 | 7A | ED | 47 | 31 | 0 | 7 | DD | 52 | 3C |
| Octal | 104 | 172 | 355 | 107 | 61 | 0 | 7 | 335 | 122 | 74 |
| Binary | 1000100 | 1111010 | 11101101 | 1000111 | 110001 | 0 | 111 | 11011101 | 1010010 | 111100 |
Color Harmonies of #447AED
Complementary color
Monochromatic Colors of #447AED
Black with #447AED
Text Example
Text Example
White with #447AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AED; }
p { color: rgb(68,122,237); }
H1.HeaderClassName
{
color: #447AED;
}
.AnyTagClassName
{
color: #447AED;
}
</style>
background-color css
<style>
a { background-color: #447AED; }
a { background-color: rgb(68,122,237); }
div.DivClassName
{
background-color: #447AED;
}
.BgClassName
{
background-color: #447AED;
}
</style>
border-color css
<style>
span { border-color: #447AED; }
span { border-color: rgb(68,122,237); }
td.TdClassName
{
border-color: #447AED;
}
.TagClassName
{
border-color: #447AED;
}
</style>