Shades of Royal Blue #4258DB
Tints of Royal Blue #4258DB
RGB
CMYK
RGB Variations
Color information
#4258DB (or 0x4258DB) is known color: Royal Blue. HEX triplet: 42, 58 and DB. RGB value is (66,88,219). Sum of RGB (Red+Green+Blue) = 66+88+219=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #4258DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4258DB is #BDA724. Grayscale: #5F5F5F. Windows color (decimal): -12429093 or 14374978. OLE color: 14374978.
HSL color Cylindrical-coordinate representation of color #4258DB: hue angle of 231.37º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4258DB is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 88 | 219 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.14 |
| HSL | 231.37º | 0.68% | 0.56% | - |
| HSV(B) | 231.37º | 0.7% | 0.86% | - |
| XYZ | 18.52 | 13.25 | 68.6 | - |
| YUV | 96.36 | 197.21 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 219 | 0.70 | 0.60 | 0 | 0.14 | 231.37 | 0.68 | 0.56 |
| Hex | 42 | 58 | DB | 46 | 3C | 0 | E | E7 | 44 | 38 |
| Octal | 102 | 130 | 333 | 106 | 74 | 0 | 16 | 347 | 104 | 70 |
| Binary | 1000010 | 1011000 | 11011011 | 1000110 | 111100 | 0 | 1110 | 11100111 | 1000100 | 111000 |
Color Harmonies of #4258DB
Complementary color
Monochromatic Colors of #4258DB
Black with #4258DB
Text Example
Text Example
White with #4258DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4258DB; }
p { color: rgb(66,88,219); }
H1.HeaderClassName
{
color: #4258DB;
}
.AnyTagClassName
{
color: #4258DB;
}
</style>
background-color css
<style>
a { background-color: #4258DB; }
a { background-color: rgb(66,88,219); }
div.DivClassName
{
background-color: #4258DB;
}
.BgClassName
{
background-color: #4258DB;
}
</style>
border-color css
<style>
span { border-color: #4258DB; }
span { border-color: rgb(66,88,219); }
td.TdClassName
{
border-color: #4258DB;
}
.TagClassName
{
border-color: #4258DB;
}
</style>