Shades of Royal Blue #447FF7
Tints of Royal Blue #447FF7
RGB
CMYK
RGB Variations
Color information
#447FF7 (or 0x447FF7) is known color: Royal Blue. HEX triplet: 44, 7F and F7. RGB value is (68,127,247). Sum of RGB (Red+Green+Blue) = 68+127+247=442 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.38% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #447FF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447FF7 is #BB8008. Grayscale: #7A7A7A. Windows color (decimal): -12288009 or 16219972. OLE color: 16219972.
HSL color Cylindrical-coordinate representation of color #447FF7: hue angle of 220.22º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #447FF7 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 127 | 247 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.03 |
| HSL | 220.22º | 0.92% | 0.62% | - |
| HSV(B) | 220.22º | 0.72% | 0.97% | - |
| XYZ | 26.76 | 23.12 | 91.05 | - |
| YUV | 123.04 | 197.95 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 247 | 0.72 | 0.49 | 0 | 0.03 | 220.22 | 0.92 | 0.62 |
| Hex | 44 | 7F | F7 | 48 | 31 | 0 | 3 | DC | 5C | 3E |
| Octal | 104 | 177 | 367 | 110 | 61 | 0 | 3 | 334 | 134 | 76 |
| Binary | 1000100 | 1111111 | 11110111 | 1001000 | 110001 | 0 | 11 | 11011100 | 1011100 | 111110 |
Color Harmonies of #447FF7
Complementary color
Monochromatic Colors of #447FF7
Black with #447FF7
Text Example
Text Example
White with #447FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FF7; }
p { color: rgb(68,127,247); }
H1.HeaderClassName
{
color: #447FF7;
}
.AnyTagClassName
{
color: #447FF7;
}
</style>
background-color css
<style>
a { background-color: #447FF7; }
a { background-color: rgb(68,127,247); }
div.DivClassName
{
background-color: #447FF7;
}
.BgClassName
{
background-color: #447FF7;
}
</style>
border-color css
<style>
span { border-color: #447FF7; }
span { border-color: rgb(68,127,247); }
td.TdClassName
{
border-color: #447FF7;
}
.TagClassName
{
border-color: #447FF7;
}
</style>