Shades of Royal Blue #4261DD
Tints of Royal Blue #4261DD
RGB
CMYK
RGB Variations
Color information
#4261DD (or 0x4261DD) is known color: Royal Blue. HEX triplet: 42, 61 and DD. RGB value is (66,97,221). Sum of RGB (Red+Green+Blue) = 66+97+221=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #4261DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4261DD is #BD9E22. Grayscale: #656565. Windows color (decimal): -12426787 or 14508354. OLE color: 14508354.
HSL color Cylindrical-coordinate representation of color #4261DD: hue angle of 228º 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 #4261DD is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 97 | 221 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.13 |
| HSL | 228º | 0.7% | 0.56% | - |
| HSV(B) | 228º | 0.7% | 0.87% | - |
| XYZ | 19.57 | 14.93 | 70.26 | - |
| YUV | 101.87 | 195.23 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 221 | 0.70 | 0.56 | 0 | 0.13 | 228 | 0.7 | 0.56 |
| Hex | 42 | 61 | DD | 46 | 38 | 0 | D | E4 | 46 | 38 |
| Octal | 102 | 141 | 335 | 106 | 70 | 0 | 15 | 344 | 106 | 70 |
| Binary | 1000010 | 1100001 | 11011101 | 1000110 | 111000 | 0 | 1101 | 11100100 | 1000110 | 111000 |
Color Harmonies of #4261DD
Complementary color
Monochromatic Colors of #4261DD
Black with #4261DD
Text Example
Text Example
White with #4261DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4261DD; }
p { color: rgb(66,97,221); }
H1.HeaderClassName
{
color: #4261DD;
}
.AnyTagClassName
{
color: #4261DD;
}
</style>
background-color css
<style>
a { background-color: #4261DD; }
a { background-color: rgb(66,97,221); }
div.DivClassName
{
background-color: #4261DD;
}
.BgClassName
{
background-color: #4261DD;
}
</style>
border-color css
<style>
span { border-color: #4261DD; }
span { border-color: rgb(66,97,221); }
td.TdClassName
{
border-color: #4261DD;
}
.TagClassName
{
border-color: #4261DD;
}
</style>