Shades of Royal Blue #447FDD
Tints of Royal Blue #447FDD
RGB
CMYK
RGB Variations
Color information
#447FDD (or 0x447FDD) is known color: Royal Blue. HEX triplet: 44, 7F and DD. RGB value is (68,127,221). Sum of RGB (Red+Green+Blue) = 68+127+221=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #447FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FDD is #BB8022. Grayscale: #777777. Windows color (decimal): -12288035 or 14516036. OLE color: 14516036.
HSL color Cylindrical-coordinate representation of color #447FDD: hue angle of 216.86º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447FDD is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 127 | 221 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.13 |
| HSL | 216.86º | 0.69% | 0.57% | - |
| HSV(B) | 216.86º | 0.69% | 0.87% | - |
| XYZ | 23.02 | 21.63 | 71.37 | - |
| YUV | 120.08 | 184.95 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 221 | 0.69 | 0.43 | 0 | 0.13 | 216.86 | 0.69 | 0.57 |
| Hex | 44 | 7F | DD | 45 | 2B | 0 | D | D9 | 45 | 39 |
| Octal | 104 | 177 | 335 | 105 | 53 | 0 | 15 | 331 | 105 | 71 |
| Binary | 1000100 | 1111111 | 11011101 | 1000101 | 101011 | 0 | 1101 | 11011001 | 1000101 | 111001 |
Color Harmonies of #447FDD
Complementary color
Monochromatic Colors of #447FDD
Black with #447FDD
Text Example
Text Example
White with #447FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FDD; }
p { color: rgb(68,127,221); }
H1.HeaderClassName
{
color: #447FDD;
}
.AnyTagClassName
{
color: #447FDD;
}
</style>
background-color css
<style>
a { background-color: #447FDD; }
a { background-color: rgb(68,127,221); }
div.DivClassName
{
background-color: #447FDD;
}
.BgClassName
{
background-color: #447FDD;
}
</style>
border-color css
<style>
span { border-color: #447FDD; }
span { border-color: rgb(68,127,221); }
td.TdClassName
{
border-color: #447FDD;
}
.TagClassName
{
border-color: #447FDD;
}
</style>