Shades of Royal Blue #4259DD
Tints of Royal Blue #4259DD
RGB
CMYK
RGB Variations
Color information
#4259DD (or 0x4259DD) is known color: Royal Blue. HEX triplet: 42, 59 and DD. RGB value is (66,89,221). Sum of RGB (Red+Green+Blue) = 66+89+221=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #4259DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4259DD is #BDA622. Grayscale: #606060. Windows color (decimal): -12428835 or 14506306. OLE color: 14506306.
HSL color Cylindrical-coordinate representation of color #4259DD: hue angle of 231.1º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4259DD is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 89 | 221 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.13 |
| HSL | 231.1º | 0.7% | 0.56% | - |
| HSV(B) | 231.1º | 0.7% | 0.87% | - |
| XYZ | 18.87 | 13.52 | 70.02 | - |
| YUV | 97.17 | 197.88 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 221 | 0.70 | 0.60 | 0 | 0.13 | 231.1 | 0.7 | 0.56 |
| Hex | 42 | 59 | DD | 46 | 3C | 0 | D | E7 | 46 | 38 |
| Octal | 102 | 131 | 335 | 106 | 74 | 0 | 15 | 347 | 106 | 70 |
| Binary | 1000010 | 1011001 | 11011101 | 1000110 | 111100 | 0 | 1101 | 11100111 | 1000110 | 111000 |
Color Harmonies of #4259DD
Complementary color
Monochromatic Colors of #4259DD
Black with #4259DD
Text Example
Text Example
White with #4259DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4259DD; }
p { color: rgb(66,89,221); }
H1.HeaderClassName
{
color: #4259DD;
}
.AnyTagClassName
{
color: #4259DD;
}
</style>
background-color css
<style>
a { background-color: #4259DD; }
a { background-color: rgb(66,89,221); }
div.DivClassName
{
background-color: #4259DD;
}
.BgClassName
{
background-color: #4259DD;
}
</style>
border-color css
<style>
span { border-color: #4259DD; }
span { border-color: rgb(66,89,221); }
td.TdClassName
{
border-color: #4259DD;
}
.TagClassName
{
border-color: #4259DD;
}
</style>