Shades of Royal Blue #4458DB
Tints of Royal Blue #4458DB
RGB
CMYK
RGB Variations
Color information
#4458DB (or 0x4458DB) is known color: Royal Blue. HEX triplet: 44, 58 and DB. RGB value is (68,88,219). Sum of RGB (Red+Green+Blue) = 68+88+219=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #4458DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4458DB is #BBA724. Grayscale: #606060. Windows color (decimal): -12298021 or 14374980. OLE color: 14374980.
HSL color Cylindrical-coordinate representation of color #4458DB: hue angle of 232.05º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4458DB is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 88 | 219 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.14 |
| HSL | 232.05º | 0.68% | 0.56% | - |
| HSV(B) | 232.05º | 0.69% | 0.86% | - |
| XYZ | 18.66 | 13.32 | 68.61 | - |
| YUV | 96.95 | 196.87 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 219 | 0.69 | 0.60 | 0 | 0.14 | 232.05 | 0.68 | 0.56 |
| Hex | 44 | 58 | DB | 45 | 3C | 0 | E | E8 | 44 | 38 |
| Octal | 104 | 130 | 333 | 105 | 74 | 0 | 16 | 350 | 104 | 70 |
| Binary | 1000100 | 1011000 | 11011011 | 1000101 | 111100 | 0 | 1110 | 11101000 | 1000100 | 111000 |
Color Harmonies of #4458DB
Complementary color
Monochromatic Colors of #4458DB
Black with #4458DB
Text Example
Text Example
White with #4458DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4458DB; }
p { color: rgb(68,88,219); }
H1.HeaderClassName
{
color: #4458DB;
}
.AnyTagClassName
{
color: #4458DB;
}
</style>
background-color css
<style>
a { background-color: #4458DB; }
a { background-color: rgb(68,88,219); }
div.DivClassName
{
background-color: #4458DB;
}
.BgClassName
{
background-color: #4458DB;
}
</style>
border-color css
<style>
span { border-color: #4458DB; }
span { border-color: rgb(68,88,219); }
td.TdClassName
{
border-color: #4458DB;
}
.TagClassName
{
border-color: #4458DB;
}
</style>