Shades of Royal Blue #447BFF
Tints of Royal Blue #447BFF
RGB
CMYK
RGB Variations
Color information
#447BFF (or 0x447BFF) is known color: Royal Blue. HEX triplet: 44, 7B and FF. RGB value is (68,123,255). Sum of RGB (Red+Green+Blue) = 68+123+255=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #447BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447BFF is #BB8400. Grayscale: #797979. Windows color (decimal): -12289025 or 16743236. OLE color: 16743236.
HSL color Cylindrical-coordinate representation of color #447BFF: hue angle of 222.35º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #447BFF is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 123 | 255 | - |
| CMYK | 0.73 | 0.52 | 0 | 0 |
| HSL | 222.35º | 1% | 0.63% | - |
| HSV(B) | 222.35º | 0.73% | 1% | - |
| XYZ | 27.52 | 22.61 | 97.52 | - |
| YUV | 121.6 | 203.28 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 255 | 0.73 | 0.52 | 0 | 0 | 222.35 | 1 | 0.63 |
| Hex | 44 | 7B | FF | 49 | 34 | 0 | 0 | DE | 64 | 3F |
| Octal | 104 | 173 | 377 | 111 | 64 | 0 | 0 | 336 | 144 | 77 |
| Binary | 1000100 | 1111011 | 11111111 | 1001001 | 110100 | 0 | 0 | 11011110 | 1100100 | 111111 |
Color Harmonies of #447BFF
Complementary color
Monochromatic Colors of #447BFF
Black with #447BFF
Text Example
Text Example
White with #447BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BFF; }
p { color: rgb(68,123,255); }
H1.HeaderClassName
{
color: #447BFF;
}
.AnyTagClassName
{
color: #447BFF;
}
</style>
background-color css
<style>
a { background-color: #447BFF; }
a { background-color: rgb(68,123,255); }
div.DivClassName
{
background-color: #447BFF;
}
.BgClassName
{
background-color: #447BFF;
}
</style>
border-color css
<style>
span { border-color: #447BFF; }
span { border-color: rgb(68,123,255); }
td.TdClassName
{
border-color: #447BFF;
}
.TagClassName
{
border-color: #447BFF;
}
</style>