Shades of Royal Blue #447EFF
Tints of Royal Blue #447EFF
RGB
CMYK
RGB Variations
Color information
#447EFF (or 0x447EFF) is known color: Royal Blue. HEX triplet: 44, 7E and FF. RGB value is (68,126,255). Sum of RGB (Red+Green+Blue) = 68+126+255=449 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.14% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #447EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447EFF is #BB8100. Grayscale: #7A7A7A. Windows color (decimal): -12288257 or 16744004. OLE color: 16744004.
HSL color Cylindrical-coordinate representation of color #447EFF: hue angle of 221.39º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #447EFF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 126 | 255 | - |
| CMYK | 0.73 | 0.51 | 0 | 0 |
| HSL | 221.39º | 1% | 0.63% | - |
| HSV(B) | 221.39º | 0.73% | 1% | - |
| XYZ | 27.89 | 23.37 | 97.65 | - |
| YUV | 123.36 | 202.28 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 255 | 0.73 | 0.51 | 0 | 0 | 221.39 | 1 | 0.63 |
| Hex | 44 | 7E | FF | 49 | 33 | 0 | 0 | DD | 64 | 3F |
| Octal | 104 | 176 | 377 | 111 | 63 | 0 | 0 | 335 | 144 | 77 |
| Binary | 1000100 | 1111110 | 11111111 | 1001001 | 110011 | 0 | 0 | 11011101 | 1100100 | 111111 |
Color Harmonies of #447EFF
Complementary color
Monochromatic Colors of #447EFF
Black with #447EFF
Text Example
Text Example
White with #447EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447EFF; }
p { color: rgb(68,126,255); }
H1.HeaderClassName
{
color: #447EFF;
}
.AnyTagClassName
{
color: #447EFF;
}
</style>
background-color css
<style>
a { background-color: #447EFF; }
a { background-color: rgb(68,126,255); }
div.DivClassName
{
background-color: #447EFF;
}
.BgClassName
{
background-color: #447EFF;
}
</style>
border-color css
<style>
span { border-color: #447EFF; }
span { border-color: rgb(68,126,255); }
td.TdClassName
{
border-color: #447EFF;
}
.TagClassName
{
border-color: #447EFF;
}
</style>