Shades of Royal Blue #447FF5
Tints of Royal Blue #447FF5
RGB
CMYK
RGB Variations
Color information
#447FF5 (or 0x447FF5) is known color: Royal Blue. HEX triplet: 44, 7F and F5. RGB value is (68,127,245). Sum of RGB (Red+Green+Blue) = 68+127+245=440 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.45% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #447FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447FF5 is #BB800A. Grayscale: #7A7A7A. Windows color (decimal): -12288011 or 16088900. OLE color: 16088900.
HSL color Cylindrical-coordinate representation of color #447FF5: hue angle of 220º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #447FF5 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 127 | 245 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.04 |
| HSL | 220º | 0.9% | 0.61% | - |
| HSV(B) | 220º | 0.72% | 0.96% | - |
| XYZ | 26.45 | 23 | 89.43 | - |
| YUV | 122.81 | 196.95 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 245 | 0.72 | 0.48 | 0 | 0.04 | 220 | 0.9 | 0.61 |
| Hex | 44 | 7F | F5 | 48 | 30 | 0 | 4 | DC | 5A | 3D |
| Octal | 104 | 177 | 365 | 110 | 60 | 0 | 4 | 334 | 132 | 75 |
| Binary | 1000100 | 1111111 | 11110101 | 1001000 | 110000 | 0 | 100 | 11011100 | 1011010 | 111101 |
Color Harmonies of #447FF5
Complementary color
Monochromatic Colors of #447FF5
Black with #447FF5
Text Example
Text Example
White with #447FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FF5; }
p { color: rgb(68,127,245); }
H1.HeaderClassName
{
color: #447FF5;
}
.AnyTagClassName
{
color: #447FF5;
}
</style>
background-color css
<style>
a { background-color: #447FF5; }
a { background-color: rgb(68,127,245); }
div.DivClassName
{
background-color: #447FF5;
}
.BgClassName
{
background-color: #447FF5;
}
</style>
border-color css
<style>
span { border-color: #447FF5; }
span { border-color: rgb(68,127,245); }
td.TdClassName
{
border-color: #447FF5;
}
.TagClassName
{
border-color: #447FF5;
}
</style>