Shades of Royal Blue #447BFB
Tints of Royal Blue #447BFB
RGB
CMYK
RGB Variations
Color information
#447BFB (or 0x447BFB) is known color: Royal Blue. HEX triplet: 44, 7B and FB. RGB value is (68,123,251). Sum of RGB (Red+Green+Blue) = 68+123+251=442 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.38% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #447BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447BFB is #BB8404. Grayscale: #787878. Windows color (decimal): -12289029 or 16481092. OLE color: 16481092.
HSL color Cylindrical-coordinate representation of color #447BFB: hue angle of 221.97º 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 #447BFB is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 123 | 251 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.02 |
| HSL | 221.97º | 0.96% | 0.63% | - |
| HSV(B) | 221.97º | 0.73% | 0.98% | - |
| XYZ | 26.88 | 22.36 | 94.17 | - |
| YUV | 121.15 | 201.28 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 251 | 0.73 | 0.51 | 0 | 0.02 | 221.97 | 0.96 | 0.63 |
| Hex | 44 | 7B | FB | 49 | 33 | 0 | 2 | DE | 60 | 3F |
| Octal | 104 | 173 | 373 | 111 | 63 | 0 | 2 | 336 | 140 | 77 |
| Binary | 1000100 | 1111011 | 11111011 | 1001001 | 110011 | 0 | 10 | 11011110 | 1100000 | 111111 |
Color Harmonies of #447BFB
Complementary color
Monochromatic Colors of #447BFB
Black with #447BFB
Text Example
Text Example
White with #447BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BFB; }
p { color: rgb(68,123,251); }
H1.HeaderClassName
{
color: #447BFB;
}
.AnyTagClassName
{
color: #447BFB;
}
</style>
background-color css
<style>
a { background-color: #447BFB; }
a { background-color: rgb(68,123,251); }
div.DivClassName
{
background-color: #447BFB;
}
.BgClassName
{
background-color: #447BFB;
}
</style>
border-color css
<style>
span { border-color: #447BFB; }
span { border-color: rgb(68,123,251); }
td.TdClassName
{
border-color: #447BFB;
}
.TagClassName
{
border-color: #447BFB;
}
</style>