Shades of Royal Blue #4260DD
Tints of Royal Blue #4260DD
RGB
CMYK
RGB Variations
Color information
#4260DD (or 0x4260DD) is known color: Royal Blue. HEX triplet: 42, 60 and DD. RGB value is (66,96,221). Sum of RGB (Red+Green+Blue) = 66+96+221=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #4260DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4260DD is #BD9F22. Grayscale: #646464. Windows color (decimal): -12427043 or 14508098. OLE color: 14508098.
HSL color Cylindrical-coordinate representation of color #4260DD: hue angle of 228.39º 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 #4260DD is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 96 | 221 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.13 |
| HSL | 228.39º | 0.7% | 0.56% | - |
| HSV(B) | 228.39º | 0.7% | 0.87% | - |
| XYZ | 19.48 | 14.74 | 70.23 | - |
| YUV | 101.28 | 195.56 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 221 | 0.70 | 0.57 | 0 | 0.13 | 228.39 | 0.7 | 0.56 |
| Hex | 42 | 60 | DD | 46 | 39 | 0 | D | E4 | 46 | 38 |
| Octal | 102 | 140 | 335 | 106 | 71 | 0 | 15 | 344 | 106 | 70 |
| Binary | 1000010 | 1100000 | 11011101 | 1000110 | 111001 | 0 | 1101 | 11100100 | 1000110 | 111000 |
Color Harmonies of #4260DD
Complementary color
Monochromatic Colors of #4260DD
Black with #4260DD
Text Example
Text Example
White with #4260DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4260DD; }
p { color: rgb(66,96,221); }
H1.HeaderClassName
{
color: #4260DD;
}
.AnyTagClassName
{
color: #4260DD;
}
</style>
background-color css
<style>
a { background-color: #4260DD; }
a { background-color: rgb(66,96,221); }
div.DivClassName
{
background-color: #4260DD;
}
.BgClassName
{
background-color: #4260DD;
}
</style>
border-color css
<style>
span { border-color: #4260DD; }
span { border-color: rgb(66,96,221); }
td.TdClassName
{
border-color: #4260DD;
}
.TagClassName
{
border-color: #4260DD;
}
</style>