Shades of Royal Blue #447DFC
Tints of Royal Blue #447DFC
RGB
CMYK
RGB Variations
Color information
#447DFC (or 0x447DFC) is known color: Royal Blue. HEX triplet: 44, 7D and FC. RGB value is (68,125,252). Sum of RGB (Red+Green+Blue) = 68+125+252=445 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.28% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #447DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447DFC is #BB8203. Grayscale: #797979. Windows color (decimal): -12288516 or 16547140. OLE color: 16547140.
HSL color Cylindrical-coordinate representation of color #447DFC: hue angle of 221.41º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #447DFC is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 125 | 252 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.01 |
| HSL | 221.41º | 0.97% | 0.63% | - |
| HSV(B) | 221.41º | 0.73% | 0.99% | - |
| XYZ | 27.29 | 22.92 | 95.08 | - |
| YUV | 122.44 | 201.12 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 252 | 0.73 | 0.50 | 0 | 0.01 | 221.41 | 0.97 | 0.63 |
| Hex | 44 | 7D | FC | 49 | 32 | 0 | 1 | DD | 61 | 3F |
| Octal | 104 | 175 | 374 | 111 | 62 | 0 | 1 | 335 | 141 | 77 |
| Binary | 1000100 | 1111101 | 11111100 | 1001001 | 110010 | 0 | 1 | 11011101 | 1100001 | 111111 |
Color Harmonies of #447DFC
Complementary color
Monochromatic Colors of #447DFC
Black with #447DFC
Text Example
Text Example
White with #447DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447DFC; }
p { color: rgb(68,125,252); }
H1.HeaderClassName
{
color: #447DFC;
}
.AnyTagClassName
{
color: #447DFC;
}
</style>
background-color css
<style>
a { background-color: #447DFC; }
a { background-color: rgb(68,125,252); }
div.DivClassName
{
background-color: #447DFC;
}
.BgClassName
{
background-color: #447DFC;
}
</style>
border-color css
<style>
span { border-color: #447DFC; }
span { border-color: rgb(68,125,252); }
td.TdClassName
{
border-color: #447DFC;
}
.TagClassName
{
border-color: #447DFC;
}
</style>