Shades of Royal Blue #447FFA
Tints of Royal Blue #447FFA
RGB
CMYK
RGB Variations
Color information
#447FFA (or 0x447FFA) is known color: Royal Blue. HEX triplet: 44, 7F and FA. RGB value is (68,127,250). Sum of RGB (Red+Green+Blue) = 68+127+250=445 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.28% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #447FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447FFA is #BB8005. Grayscale: #7A7A7A. Windows color (decimal): -12288006 or 16416580. OLE color: 16416580.
HSL color Cylindrical-coordinate representation of color #447FFA: hue angle of 220.55º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #447FFA is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 127 | 250 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.02 |
| HSL | 220.55º | 0.95% | 0.62% | - |
| HSV(B) | 220.55º | 0.73% | 0.98% | - |
| XYZ | 27.23 | 23.31 | 93.51 | - |
| YUV | 123.38 | 199.45 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 250 | 0.73 | 0.49 | 0 | 0.02 | 220.55 | 0.95 | 0.62 |
| Hex | 44 | 7F | FA | 49 | 31 | 0 | 2 | DD | 5F | 3E |
| Octal | 104 | 177 | 372 | 111 | 61 | 0 | 2 | 335 | 137 | 76 |
| Binary | 1000100 | 1111111 | 11111010 | 1001001 | 110001 | 0 | 10 | 11011101 | 1011111 | 111110 |
Color Harmonies of #447FFA
Complementary color
Monochromatic Colors of #447FFA
Black with #447FFA
Text Example
Text Example
White with #447FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FFA; }
p { color: rgb(68,127,250); }
H1.HeaderClassName
{
color: #447FFA;
}
.AnyTagClassName
{
color: #447FFA;
}
</style>
background-color css
<style>
a { background-color: #447FFA; }
a { background-color: rgb(68,127,250); }
div.DivClassName
{
background-color: #447FFA;
}
.BgClassName
{
background-color: #447FFA;
}
</style>
border-color css
<style>
span { border-color: #447FFA; }
span { border-color: rgb(68,127,250); }
td.TdClassName
{
border-color: #447FFA;
}
.TagClassName
{
border-color: #447FFA;
}
</style>