Shades of Royal Blue #447BFA
Tints of Royal Blue #447BFA
RGB
CMYK
RGB Variations
Color information
#447BFA (or 0x447BFA) is known color: Royal Blue. HEX triplet: 44, 7B and FA. RGB value is (68,123,250). Sum of RGB (Red+Green+Blue) = 68+123+250=441 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.42% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #447BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447BFA is #BB8405. Grayscale: #787878. Windows color (decimal): -12289030 or 16415556. OLE color: 16415556.
HSL color Cylindrical-coordinate representation of color #447BFA: hue angle of 221.87º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #447BFA is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 123 | 250 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.02 |
| HSL | 221.87º | 0.95% | 0.62% | - |
| HSV(B) | 221.87º | 0.73% | 0.98% | - |
| XYZ | 26.72 | 22.3 | 93.34 | - |
| YUV | 121.03 | 200.78 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 250 | 0.73 | 0.51 | 0 | 0.02 | 221.87 | 0.95 | 0.62 |
| Hex | 44 | 7B | FA | 49 | 33 | 0 | 2 | DE | 5F | 3E |
| Octal | 104 | 173 | 372 | 111 | 63 | 0 | 2 | 336 | 137 | 76 |
| Binary | 1000100 | 1111011 | 11111010 | 1001001 | 110011 | 0 | 10 | 11011110 | 1011111 | 111110 |
Color Harmonies of #447BFA
Complementary color
Monochromatic Colors of #447BFA
Black with #447BFA
Text Example
Text Example
White with #447BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BFA; }
p { color: rgb(68,123,250); }
H1.HeaderClassName
{
color: #447BFA;
}
.AnyTagClassName
{
color: #447BFA;
}
</style>
background-color css
<style>
a { background-color: #447BFA; }
a { background-color: rgb(68,123,250); }
div.DivClassName
{
background-color: #447BFA;
}
.BgClassName
{
background-color: #447BFA;
}
</style>
border-color css
<style>
span { border-color: #447BFA; }
span { border-color: rgb(68,123,250); }
td.TdClassName
{
border-color: #447BFA;
}
.TagClassName
{
border-color: #447BFA;
}
</style>