Shades of Royal Blue #4266D9
Tints of Royal Blue #4266D9
RGB
CMYK
RGB Variations
Color information
#4266D9 (or 0x4266D9) is known color: Royal Blue. HEX triplet: 42, 66 and D9. RGB value is (66,102,217). Sum of RGB (Red+Green+Blue) = 66+102+217=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #4266D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4266D9 is #BD9926. Grayscale: #676767. Windows color (decimal): -12425511 or 14247490. OLE color: 14247490.
HSL color Cylindrical-coordinate representation of color #4266D9: hue angle of 225.7º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4266D9 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 102 | 217 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.15 |
| HSL | 225.7º | 0.67% | 0.55% | - |
| HSV(B) | 225.7º | 0.7% | 0.85% | - |
| XYZ | 19.52 | 15.67 | 67.64 | - |
| YUV | 104.35 | 191.57 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 217 | 0.70 | 0.53 | 0 | 0.15 | 225.7 | 0.67 | 0.55 |
| Hex | 42 | 66 | D9 | 46 | 35 | 0 | F | E2 | 43 | 37 |
| Octal | 102 | 146 | 331 | 106 | 65 | 0 | 17 | 342 | 103 | 67 |
| Binary | 1000010 | 1100110 | 11011001 | 1000110 | 110101 | 0 | 1111 | 11100010 | 1000011 | 110111 |
Color Harmonies of #4266D9
Complementary color
Monochromatic Colors of #4266D9
Black with #4266D9
Text Example
Text Example
White with #4266D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4266D9; }
p { color: rgb(66,102,217); }
H1.HeaderClassName
{
color: #4266D9;
}
.AnyTagClassName
{
color: #4266D9;
}
</style>
background-color css
<style>
a { background-color: #4266D9; }
a { background-color: rgb(66,102,217); }
div.DivClassName
{
background-color: #4266D9;
}
.BgClassName
{
background-color: #4266D9;
}
</style>
border-color css
<style>
span { border-color: #4266D9; }
span { border-color: rgb(66,102,217); }
td.TdClassName
{
border-color: #4266D9;
}
.TagClassName
{
border-color: #4266D9;
}
</style>