Shades of Royal Blue #447FDF
Tints of Royal Blue #447FDF
RGB
CMYK
RGB Variations
Color information
#447FDF (or 0x447FDF) is known color: Royal Blue. HEX triplet: 44, 7F and DF. RGB value is (68,127,223). Sum of RGB (Red+Green+Blue) = 68+127+223=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #447FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FDF is #BB8020. Grayscale: #777777. Windows color (decimal): -12288033 or 14647108. OLE color: 14647108.
HSL color Cylindrical-coordinate representation of color #447FDF: hue angle of 217.16º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #447FDF is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 127 | 223 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.13 |
| HSL | 217.16º | 0.71% | 0.57% | - |
| HSV(B) | 217.16º | 0.7% | 0.87% | - |
| XYZ | 23.29 | 21.74 | 72.78 | - |
| YUV | 120.3 | 185.95 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 223 | 0.70 | 0.43 | 0 | 0.13 | 217.16 | 0.71 | 0.57 |
| Hex | 44 | 7F | DF | 46 | 2B | 0 | D | D9 | 47 | 39 |
| Octal | 104 | 177 | 337 | 106 | 53 | 0 | 15 | 331 | 107 | 71 |
| Binary | 1000100 | 1111111 | 11011111 | 1000110 | 101011 | 0 | 1101 | 11011001 | 1000111 | 111001 |
Color Harmonies of #447FDF
Complementary color
Monochromatic Colors of #447FDF
Black with #447FDF
Text Example
Text Example
White with #447FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FDF; }
p { color: rgb(68,127,223); }
H1.HeaderClassName
{
color: #447FDF;
}
.AnyTagClassName
{
color: #447FDF;
}
</style>
background-color css
<style>
a { background-color: #447FDF; }
a { background-color: rgb(68,127,223); }
div.DivClassName
{
background-color: #447FDF;
}
.BgClassName
{
background-color: #447FDF;
}
</style>
border-color css
<style>
span { border-color: #447FDF; }
span { border-color: rgb(68,127,223); }
td.TdClassName
{
border-color: #447FDF;
}
.TagClassName
{
border-color: #447FDF;
}
</style>