Shades of Royal Blue #447CF1
Tints of Royal Blue #447CF1
RGB
CMYK
RGB Variations
Color information
#447CF1 (or 0x447CF1) is known color: Royal Blue. HEX triplet: 44, 7C and F1. RGB value is (68,124,241). Sum of RGB (Red+Green+Blue) = 68+124+241=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #447CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447CF1 is #BB830E. Grayscale: #787878. Windows color (decimal): -12288783 or 15825988. OLE color: 15825988.
HSL color Cylindrical-coordinate representation of color #447CF1: hue angle of 220.58º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #447CF1 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 124 | 241 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.05 |
| HSL | 220.58º | 0.86% | 0.61% | - |
| HSV(B) | 220.58º | 0.72% | 0.95% | - |
| XYZ | 25.47 | 22 | 86.12 | - |
| YUV | 120.59 | 195.95 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 241 | 0.72 | 0.49 | 0 | 0.05 | 220.58 | 0.86 | 0.61 |
| Hex | 44 | 7C | F1 | 48 | 31 | 0 | 5 | DD | 56 | 3D |
| Octal | 104 | 174 | 361 | 110 | 61 | 0 | 5 | 335 | 126 | 75 |
| Binary | 1000100 | 1111100 | 11110001 | 1001000 | 110001 | 0 | 101 | 11011101 | 1010110 | 111101 |
Color Harmonies of #447CF1
Complementary color
Monochromatic Colors of #447CF1
Black with #447CF1
Text Example
Text Example
White with #447CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447CF1; }
p { color: rgb(68,124,241); }
H1.HeaderClassName
{
color: #447CF1;
}
.AnyTagClassName
{
color: #447CF1;
}
</style>
background-color css
<style>
a { background-color: #447CF1; }
a { background-color: rgb(68,124,241); }
div.DivClassName
{
background-color: #447CF1;
}
.BgClassName
{
background-color: #447CF1;
}
</style>
border-color css
<style>
span { border-color: #447CF1; }
span { border-color: rgb(68,124,241); }
td.TdClassName
{
border-color: #447CF1;
}
.TagClassName
{
border-color: #447CF1;
}
</style>