Shades of Royal Blue #447FE6
Tints of Royal Blue #447FE6
RGB
CMYK
RGB Variations
Color information
#447FE6 (or 0x447FE6) is known color: Royal Blue. HEX triplet: 44, 7F and E6. RGB value is (68,127,230). Sum of RGB (Red+Green+Blue) = 68+127+230=425 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #447FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447FE6 is #BB8019. Grayscale: #787878. Windows color (decimal): -12288026 or 15105860. OLE color: 15105860.
HSL color Cylindrical-coordinate representation of color #447FE6: hue angle of 218.15º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #447FE6 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 127 | 230 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.10 |
| HSL | 218.15º | 0.76% | 0.58% | - |
| HSV(B) | 218.15º | 0.7% | 0.9% | - |
| XYZ | 24.26 | 22.12 | 77.85 | - |
| YUV | 121.1 | 189.45 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 230 | 0.70 | 0.45 | 0 | 0.10 | 218.15 | 0.76 | 0.58 |
| Hex | 44 | 7F | E6 | 46 | 2D | 0 | A | DA | 4C | 3A |
| Octal | 104 | 177 | 346 | 106 | 55 | 0 | 12 | 332 | 114 | 72 |
| Binary | 1000100 | 1111111 | 11100110 | 1000110 | 101101 | 0 | 1010 | 11011010 | 1001100 | 111010 |
Color Harmonies of #447FE6
Complementary color
Monochromatic Colors of #447FE6
Black with #447FE6
Text Example
Text Example
White with #447FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FE6; }
p { color: rgb(68,127,230); }
H1.HeaderClassName
{
color: #447FE6;
}
.AnyTagClassName
{
color: #447FE6;
}
</style>
background-color css
<style>
a { background-color: #447FE6; }
a { background-color: rgb(68,127,230); }
div.DivClassName
{
background-color: #447FE6;
}
.BgClassName
{
background-color: #447FE6;
}
</style>
border-color css
<style>
span { border-color: #447FE6; }
span { border-color: rgb(68,127,230); }
td.TdClassName
{
border-color: #447FE6;
}
.TagClassName
{
border-color: #447FE6;
}
</style>