Shades of Royal Blue #4268CD
Tints of Royal Blue #4268CD
RGB
CMYK
RGB Variations
Color information
#4268CD (or 0x4268CD) is known color: Royal Blue. HEX triplet: 42, 68 and CD. RGB value is (66,104,205). Sum of RGB (Red+Green+Blue) = 66+104+205=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #4268CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4268CD is #BD9732. Grayscale: #676767. Windows color (decimal): -12425011 or 13461570. OLE color: 13461570.
HSL color Cylindrical-coordinate representation of color #4268CD: hue angle of 223.6º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4268CD is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 104 | 205 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.20 |
| HSL | 223.6º | 0.58% | 0.53% | - |
| HSV(B) | 223.6º | 0.68% | 0.8% | - |
| XYZ | 18.22 | 15.47 | 59.78 | - |
| YUV | 104.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 205 | 0.68 | 0.49 | 0 | 0.20 | 223.6 | 0.58 | 0.53 |
| Hex | 42 | 68 | CD | 44 | 31 | 0 | 14 | E0 | 3A | 35 |
| Octal | 102 | 150 | 315 | 104 | 61 | 0 | 24 | 340 | 72 | 65 |
| Binary | 1000010 | 1101000 | 11001101 | 1000100 | 110001 | 0 | 10100 | 11100000 | 111010 | 110101 |
Color Harmonies of #4268CD
Complementary color
Monochromatic Colors of #4268CD
Black with #4268CD
Text Example
Text Example
White with #4268CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4268CD; }
p { color: rgb(66,104,205); }
H1.HeaderClassName
{
color: #4268CD;
}
.AnyTagClassName
{
color: #4268CD;
}
</style>
background-color css
<style>
a { background-color: #4268CD; }
a { background-color: rgb(66,104,205); }
div.DivClassName
{
background-color: #4268CD;
}
.BgClassName
{
background-color: #4268CD;
}
</style>
border-color css
<style>
span { border-color: #4268CD; }
span { border-color: rgb(66,104,205); }
td.TdClassName
{
border-color: #4268CD;
}
.TagClassName
{
border-color: #4268CD;
}
</style>