Shades of Royal Blue #446FED
Tints of Royal Blue #446FED
RGB
CMYK
RGB Variations
Color information
#446FED (or 0x446FED) is known color: Royal Blue. HEX triplet: 44, 6F and ED. RGB value is (68,111,237). Sum of RGB (Red+Green+Blue) = 68+111+237=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #446FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446FED is #BB9012. Grayscale: #6F6F6F. Windows color (decimal): -12292115 or 15560516. OLE color: 15560516.
HSL color Cylindrical-coordinate representation of color #446FED: hue angle of 224.73º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #446FED is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 111 | 237 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.07 |
| HSL | 224.73º | 0.82% | 0.6% | - |
| HSV(B) | 224.73º | 0.71% | 0.93% | - |
| XYZ | 23.35 | 18.71 | 82.5 | - |
| YUV | 112.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 237 | 0.71 | 0.53 | 0 | 0.07 | 224.73 | 0.82 | 0.6 |
| Hex | 44 | 6F | ED | 47 | 35 | 0 | 7 | E1 | 52 | 3C |
| Octal | 104 | 157 | 355 | 107 | 65 | 0 | 7 | 341 | 122 | 74 |
| Binary | 1000100 | 1101111 | 11101101 | 1000111 | 110101 | 0 | 111 | 11100001 | 1010010 | 111100 |
Color Harmonies of #446FED
Complementary color
Monochromatic Colors of #446FED
Black with #446FED
Text Example
Text Example
White with #446FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FED; }
p { color: rgb(68,111,237); }
H1.HeaderClassName
{
color: #446FED;
}
.AnyTagClassName
{
color: #446FED;
}
</style>
background-color css
<style>
a { background-color: #446FED; }
a { background-color: rgb(68,111,237); }
div.DivClassName
{
background-color: #446FED;
}
.BgClassName
{
background-color: #446FED;
}
</style>
border-color css
<style>
span { border-color: #446FED; }
span { border-color: rgb(68,111,237); }
td.TdClassName
{
border-color: #446FED;
}
.TagClassName
{
border-color: #446FED;
}
</style>