Shades of Royal Blue #447FF8
Tints of Royal Blue #447FF8
RGB
CMYK
RGB Variations
Color information
#447FF8 (or 0x447FF8) is known color: Royal Blue. HEX triplet: 44, 7F and F8. RGB value is (68,127,248). Sum of RGB (Red+Green+Blue) = 68+127+248=443 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.35% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #447FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447FF8 is #BB8007. Grayscale: #7A7A7A. Windows color (decimal): -12288008 or 16285508. OLE color: 16285508.
HSL color Cylindrical-coordinate representation of color #447FF8: hue angle of 220.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #447FF8 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 127 | 248 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.03 |
| HSL | 220.33º | 0.93% | 0.62% | - |
| HSV(B) | 220.33º | 0.73% | 0.97% | - |
| XYZ | 26.92 | 23.19 | 91.86 | - |
| YUV | 123.15 | 198.45 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 248 | 0.73 | 0.49 | 0 | 0.03 | 220.33 | 0.93 | 0.62 |
| Hex | 44 | 7F | F8 | 49 | 31 | 0 | 3 | DC | 5D | 3E |
| Octal | 104 | 177 | 370 | 111 | 61 | 0 | 3 | 334 | 135 | 76 |
| Binary | 1000100 | 1111111 | 11111000 | 1001001 | 110001 | 0 | 11 | 11011100 | 1011101 | 111110 |
Color Harmonies of #447FF8
Complementary color
Monochromatic Colors of #447FF8
Black with #447FF8
Text Example
Text Example
White with #447FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FF8; }
p { color: rgb(68,127,248); }
H1.HeaderClassName
{
color: #447FF8;
}
.AnyTagClassName
{
color: #447FF8;
}
</style>
background-color css
<style>
a { background-color: #447FF8; }
a { background-color: rgb(68,127,248); }
div.DivClassName
{
background-color: #447FF8;
}
.BgClassName
{
background-color: #447FF8;
}
</style>
border-color css
<style>
span { border-color: #447FF8; }
span { border-color: rgb(68,127,248); }
td.TdClassName
{
border-color: #447FF8;
}
.TagClassName
{
border-color: #447FF8;
}
</style>