Shades of Royal Blue #447EFB
Tints of Royal Blue #447EFB
RGB
CMYK
RGB Variations
Color information
#447EFB (or 0x447EFB) is known color: Royal Blue. HEX triplet: 44, 7E and FB. RGB value is (68,126,251). Sum of RGB (Red+Green+Blue) = 68+126+251=445 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.28% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #447EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447EFB is #BB8104. Grayscale: #7A7A7A. Windows color (decimal): -12288261 or 16481860. OLE color: 16481860.
HSL color Cylindrical-coordinate representation of color #447EFB: hue angle of 220.98º 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 #447EFB is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 126 | 251 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.02 |
| HSL | 220.98º | 0.96% | 0.63% | - |
| HSV(B) | 220.98º | 0.73% | 0.98% | - |
| XYZ | 27.26 | 23.12 | 94.29 | - |
| YUV | 122.91 | 200.28 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 251 | 0.73 | 0.50 | 0 | 0.02 | 220.98 | 0.96 | 0.63 |
| Hex | 44 | 7E | FB | 49 | 32 | 0 | 2 | DD | 60 | 3F |
| Octal | 104 | 176 | 373 | 111 | 62 | 0 | 2 | 335 | 140 | 77 |
| Binary | 1000100 | 1111110 | 11111011 | 1001001 | 110010 | 0 | 10 | 11011101 | 1100000 | 111111 |
Color Harmonies of #447EFB
Complementary color
Monochromatic Colors of #447EFB
Black with #447EFB
Text Example
Text Example
White with #447EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447EFB; }
p { color: rgb(68,126,251); }
H1.HeaderClassName
{
color: #447EFB;
}
.AnyTagClassName
{
color: #447EFB;
}
</style>
background-color css
<style>
a { background-color: #447EFB; }
a { background-color: rgb(68,126,251); }
div.DivClassName
{
background-color: #447EFB;
}
.BgClassName
{
background-color: #447EFB;
}
</style>
border-color css
<style>
span { border-color: #447EFB; }
span { border-color: rgb(68,126,251); }
td.TdClassName
{
border-color: #447EFB;
}
.TagClassName
{
border-color: #447EFB;
}
</style>