Shades of Royal Blue #447EFE
Tints of Royal Blue #447EFE
RGB
CMYK
RGB Variations
Color information
#447EFE (or 0x447EFE) is known color: Royal Blue. HEX triplet: 44, 7E and FE. RGB value is (68,126,254). Sum of RGB (Red+Green+Blue) = 68+126+254=448 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.18% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #447EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447EFE is #BB8101. Grayscale: #7A7A7A. Windows color (decimal): -12288258 or 16678468. OLE color: 16678468.
HSL color Cylindrical-coordinate representation of color #447EFE: hue angle of 221.29º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #447EFE is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 126 | 254 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.00 |
| HSL | 221.29º | 0.99% | 0.63% | - |
| HSV(B) | 221.29º | 0.73% | 1% | - |
| XYZ | 27.73 | 23.31 | 96.8 | - |
| YUV | 123.25 | 201.78 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 254 | 0.73 | 0.50 | 0 | 0.00 | 221.29 | 0.99 | 0.63 |
| Hex | 44 | 7E | FE | 49 | 32 | 0 | 0 | DD | 63 | 3F |
| Octal | 104 | 176 | 376 | 111 | 62 | 0 | 0 | 335 | 143 | 77 |
| Binary | 1000100 | 1111110 | 11111110 | 1001001 | 110010 | 0 | 0 | 11011101 | 1100011 | 111111 |
Color Harmonies of #447EFE
Complementary color
Monochromatic Colors of #447EFE
Black with #447EFE
Text Example
Text Example
White with #447EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447EFE; }
p { color: rgb(68,126,254); }
H1.HeaderClassName
{
color: #447EFE;
}
.AnyTagClassName
{
color: #447EFE;
}
</style>
background-color css
<style>
a { background-color: #447EFE; }
a { background-color: rgb(68,126,254); }
div.DivClassName
{
background-color: #447EFE;
}
.BgClassName
{
background-color: #447EFE;
}
</style>
border-color css
<style>
span { border-color: #447EFE; }
span { border-color: rgb(68,126,254); }
td.TdClassName
{
border-color: #447EFE;
}
.TagClassName
{
border-color: #447EFE;
}
</style>