Shades of Royal Blue #445FDE
Tints of Royal Blue #445FDE
RGB
CMYK
RGB Variations
Color information
#445FDE (or 0x445FDE) is known color: Royal Blue. HEX triplet: 44, 5F and DE. RGB value is (68,95,222). Sum of RGB (Red+Green+Blue) = 68+95+222=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #445FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445FDE is #BBA021. Grayscale: #646464. Windows color (decimal): -12296226 or 14573380. OLE color: 14573380.
HSL color Cylindrical-coordinate representation of color #445FDE: hue angle of 229.48º degrees, saturation: 0.7, 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 #445FDE is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 95 | 222 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.13 |
| HSL | 229.48º | 0.7% | 0.57% | - |
| HSV(B) | 229.48º | 0.69% | 0.87% | - |
| XYZ | 19.66 | 14.69 | 70.91 | - |
| YUV | 101.41 | 196.05 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 222 | 0.69 | 0.57 | 0 | 0.13 | 229.48 | 0.7 | 0.57 |
| Hex | 44 | 5F | DE | 45 | 39 | 0 | D | E5 | 46 | 39 |
| Octal | 104 | 137 | 336 | 105 | 71 | 0 | 15 | 345 | 106 | 71 |
| Binary | 1000100 | 1011111 | 11011110 | 1000101 | 111001 | 0 | 1101 | 11100101 | 1000110 | 111001 |
Color Harmonies of #445FDE
Complementary color
Monochromatic Colors of #445FDE
Black with #445FDE
Text Example
Text Example
White with #445FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445FDE; }
p { color: rgb(68,95,222); }
H1.HeaderClassName
{
color: #445FDE;
}
.AnyTagClassName
{
color: #445FDE;
}
</style>
background-color css
<style>
a { background-color: #445FDE; }
a { background-color: rgb(68,95,222); }
div.DivClassName
{
background-color: #445FDE;
}
.BgClassName
{
background-color: #445FDE;
}
</style>
border-color css
<style>
span { border-color: #445FDE; }
span { border-color: rgb(68,95,222); }
td.TdClassName
{
border-color: #445FDE;
}
.TagClassName
{
border-color: #445FDE;
}
</style>