Shades of Royal Blue #447FFF
Tints of Royal Blue #447FFF
RGB
CMYK
RGB Variations
Color information
#447FFF (or 0x447FFF) is known color: Royal Blue. HEX triplet: 44, 7F and FF. RGB value is (68,127,255). Sum of RGB (Red+Green+Blue) = 68+127+255=450 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.11% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #447FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447FFF is #BB8000. Grayscale: #7B7B7B. Windows color (decimal): -12288001 or 16744260. OLE color: 16744260.
HSL color Cylindrical-coordinate representation of color #447FFF: hue angle of 221.07º 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 #447FFF is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 127 | 255 | - |
| CMYK | 0.73 | 0.50 | 0 | 0 |
| HSL | 221.07º | 1% | 0.63% | - |
| HSV(B) | 221.07º | 0.73% | 1% | - |
| XYZ | 28.02 | 23.63 | 97.69 | - |
| YUV | 123.95 | 201.95 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 255 | 0.73 | 0.50 | 0 | 0 | 221.07 | 1 | 0.63 |
| Hex | 44 | 7F | FF | 49 | 32 | 0 | 0 | DD | 64 | 3F |
| Octal | 104 | 177 | 377 | 111 | 62 | 0 | 0 | 335 | 144 | 77 |
| Binary | 1000100 | 1111111 | 11111111 | 1001001 | 110010 | 0 | 0 | 11011101 | 1100100 | 111111 |
Color Harmonies of #447FFF
Complementary color
Monochromatic Colors of #447FFF
Black with #447FFF
Text Example
Text Example
White with #447FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FFF; }
p { color: rgb(68,127,255); }
H1.HeaderClassName
{
color: #447FFF;
}
.AnyTagClassName
{
color: #447FFF;
}
</style>
background-color css
<style>
a { background-color: #447FFF; }
a { background-color: rgb(68,127,255); }
div.DivClassName
{
background-color: #447FFF;
}
.BgClassName
{
background-color: #447FFF;
}
</style>
border-color css
<style>
span { border-color: #447FFF; }
span { border-color: rgb(68,127,255); }
td.TdClassName
{
border-color: #447FFF;
}
.TagClassName
{
border-color: #447FFF;
}
</style>