Shades of Royal Blue #447BD8
Tints of Royal Blue #447BD8
RGB
CMYK
RGB Variations
Color information
#447BD8 (or 0x447BD8) is known color: Royal Blue. HEX triplet: 44, 7B and D8. RGB value is (68,123,216). Sum of RGB (Red+Green+Blue) = 68+123+216=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #447BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BD8 is #BB8427. Grayscale: #747474. Windows color (decimal): -12289064 or 14187332. OLE color: 14187332.
HSL color Cylindrical-coordinate representation of color #447BD8: hue angle of 217.7º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447BD8 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 123 | 216 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.15 |
| HSL | 217.7º | 0.65% | 0.56% | - |
| HSV(B) | 217.7º | 0.69% | 0.85% | - |
| XYZ | 21.86 | 20.35 | 67.74 | - |
| YUV | 117.16 | 183.78 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 216 | 0.69 | 0.43 | 0 | 0.15 | 217.7 | 0.65 | 0.56 |
| Hex | 44 | 7B | D8 | 45 | 2B | 0 | F | DA | 41 | 38 |
| Octal | 104 | 173 | 330 | 105 | 53 | 0 | 17 | 332 | 101 | 70 |
| Binary | 1000100 | 1111011 | 11011000 | 1000101 | 101011 | 0 | 1111 | 11011010 | 1000001 | 111000 |
Color Harmonies of #447BD8
Complementary color
Monochromatic Colors of #447BD8
Black with #447BD8
Text Example
Text Example
White with #447BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BD8; }
p { color: rgb(68,123,216); }
H1.HeaderClassName
{
color: #447BD8;
}
.AnyTagClassName
{
color: #447BD8;
}
</style>
background-color css
<style>
a { background-color: #447BD8; }
a { background-color: rgb(68,123,216); }
div.DivClassName
{
background-color: #447BD8;
}
.BgClassName
{
background-color: #447BD8;
}
</style>
border-color css
<style>
span { border-color: #447BD8; }
span { border-color: rgb(68,123,216); }
td.TdClassName
{
border-color: #447BD8;
}
.TagClassName
{
border-color: #447BD8;
}
</style>