Shades of Royal Blue #447DFB
Tints of Royal Blue #447DFB
RGB
CMYK
RGB Variations
Color information
#447DFB (or 0x447DFB) is known color: Royal Blue. HEX triplet: 44, 7D and FB. RGB value is (68,125,251). Sum of RGB (Red+Green+Blue) = 68+125+251=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #447DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447DFB is #BB8204. Grayscale: #797979. Windows color (decimal): -12288517 or 16481604. OLE color: 16481604.
HSL color Cylindrical-coordinate representation of color #447DFB: hue angle of 221.31º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #447DFB is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 125 | 251 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.02 |
| HSL | 221.31º | 0.96% | 0.63% | - |
| HSV(B) | 221.31º | 0.73% | 0.98% | - |
| XYZ | 27.13 | 22.86 | 94.25 | - |
| YUV | 122.32 | 200.62 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 251 | 0.73 | 0.50 | 0 | 0.02 | 221.31 | 0.96 | 0.63 |
| Hex | 44 | 7D | FB | 49 | 32 | 0 | 2 | DD | 60 | 3F |
| Octal | 104 | 175 | 373 | 111 | 62 | 0 | 2 | 335 | 140 | 77 |
| Binary | 1000100 | 1111101 | 11111011 | 1001001 | 110010 | 0 | 10 | 11011101 | 1100000 | 111111 |
Color Harmonies of #447DFB
Complementary color
Monochromatic Colors of #447DFB
Black with #447DFB
Text Example
Text Example
White with #447DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447DFB; }
p { color: rgb(68,125,251); }
H1.HeaderClassName
{
color: #447DFB;
}
.AnyTagClassName
{
color: #447DFB;
}
</style>
background-color css
<style>
a { background-color: #447DFB; }
a { background-color: rgb(68,125,251); }
div.DivClassName
{
background-color: #447DFB;
}
.BgClassName
{
background-color: #447DFB;
}
</style>
border-color css
<style>
span { border-color: #447DFB; }
span { border-color: rgb(68,125,251); }
td.TdClassName
{
border-color: #447DFB;
}
.TagClassName
{
border-color: #447DFB;
}
</style>