Shades of Royal Blue #447DF8
Tints of Royal Blue #447DF8
RGB
CMYK
RGB Variations
Color information
#447DF8 (or 0x447DF8) is known color: Royal Blue. HEX triplet: 44, 7D and F8. RGB value is (68,125,248). Sum of RGB (Red+Green+Blue) = 68+125+248=441 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.42% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #447DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447DF8 is #BB8207. Grayscale: #797979. Windows color (decimal): -12288520 or 16284996. OLE color: 16284996.
HSL color Cylindrical-coordinate representation of color #447DF8: hue angle of 221º 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 #447DF8 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 125 | 248 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.03 |
| HSL | 221º | 0.93% | 0.62% | - |
| HSV(B) | 221º | 0.73% | 0.97% | - |
| XYZ | 26.66 | 22.67 | 91.78 | - |
| YUV | 121.98 | 199.12 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 248 | 0.73 | 0.50 | 0 | 0.03 | 221 | 0.93 | 0.62 |
| Hex | 44 | 7D | F8 | 49 | 32 | 0 | 3 | DD | 5D | 3E |
| Octal | 104 | 175 | 370 | 111 | 62 | 0 | 3 | 335 | 135 | 76 |
| Binary | 1000100 | 1111101 | 11111000 | 1001001 | 110010 | 0 | 11 | 11011101 | 1011101 | 111110 |
Color Harmonies of #447DF8
Complementary color
Monochromatic Colors of #447DF8
Black with #447DF8
Text Example
Text Example
White with #447DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447DF8; }
p { color: rgb(68,125,248); }
H1.HeaderClassName
{
color: #447DF8;
}
.AnyTagClassName
{
color: #447DF8;
}
</style>
background-color css
<style>
a { background-color: #447DF8; }
a { background-color: rgb(68,125,248); }
div.DivClassName
{
background-color: #447DF8;
}
.BgClassName
{
background-color: #447DF8;
}
</style>
border-color css
<style>
span { border-color: #447DF8; }
span { border-color: rgb(68,125,248); }
td.TdClassName
{
border-color: #447DF8;
}
.TagClassName
{
border-color: #447DF8;
}
</style>