Shades of Royal Blue #447BE7
Tints of Royal Blue #447BE7
RGB
CMYK
RGB Variations
Color information
#447BE7 (or 0x447BE7) is known color: Royal Blue. HEX triplet: 44, 7B and E7. RGB value is (68,123,231). Sum of RGB (Red+Green+Blue) = 68+123+231=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 231 (90.62% from 255 or 54.74% from 422); Max value from RGB is 231 - color contains mainly: blue. Hex color #447BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447BE7 is #BB8418. Grayscale: #767676. Windows color (decimal): -12289049 or 15170372. OLE color: 15170372.
HSL color Cylindrical-coordinate representation of color #447BE7: hue angle of 219.75º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #447BE7 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 123 | 231 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.09 |
| HSL | 219.75º | 0.77% | 0.59% | - |
| HSV(B) | 219.75º | 0.71% | 0.91% | - |
| XYZ | 23.89 | 21.16 | 78.43 | - |
| YUV | 118.87 | 191.28 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 231 | 0.71 | 0.47 | 0 | 0.09 | 219.75 | 0.77 | 0.59 |
| Hex | 44 | 7B | E7 | 47 | 2F | 0 | 9 | DC | 4D | 3B |
| Octal | 104 | 173 | 347 | 107 | 57 | 0 | 11 | 334 | 115 | 73 |
| Binary | 1000100 | 1111011 | 11100111 | 1000111 | 101111 | 0 | 1001 | 11011100 | 1001101 | 111011 |
Color Harmonies of #447BE7
Complementary color
Monochromatic Colors of #447BE7
Black with #447BE7
Text Example
Text Example
White with #447BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BE7; }
p { color: rgb(68,123,231); }
H1.HeaderClassName
{
color: #447BE7;
}
.AnyTagClassName
{
color: #447BE7;
}
</style>
background-color css
<style>
a { background-color: #447BE7; }
a { background-color: rgb(68,123,231); }
div.DivClassName
{
background-color: #447BE7;
}
.BgClassName
{
background-color: #447BE7;
}
</style>
border-color css
<style>
span { border-color: #447BE7; }
span { border-color: rgb(68,123,231); }
td.TdClassName
{
border-color: #447BE7;
}
.TagClassName
{
border-color: #447BE7;
}
</style>