Shades of Royal Blue #4268D9
Tints of Royal Blue #4268D9
RGB
CMYK
RGB Variations
Color information
#4268D9 (or 0x4268D9) is known color: Royal Blue. HEX triplet: 42, 68 and D9. RGB value is (66,104,217). Sum of RGB (Red+Green+Blue) = 66+104+217=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #4268D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4268D9 is #BD9726. Grayscale: #696969. Windows color (decimal): -12424999 or 14248002. OLE color: 14248002.
HSL color Cylindrical-coordinate representation of color #4268D9: hue angle of 224.9º 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 #4268D9 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 104 | 217 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.15 |
| HSL | 224.9º | 0.67% | 0.55% | - |
| HSV(B) | 224.9º | 0.7% | 0.85% | - |
| XYZ | 19.72 | 16.07 | 67.71 | - |
| YUV | 105.52 | 190.91 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 217 | 0.70 | 0.52 | 0 | 0.15 | 224.9 | 0.67 | 0.55 |
| Hex | 42 | 68 | D9 | 46 | 34 | 0 | F | E1 | 43 | 37 |
| Octal | 102 | 150 | 331 | 106 | 64 | 0 | 17 | 341 | 103 | 67 |
| Binary | 1000010 | 1101000 | 11011001 | 1000110 | 110100 | 0 | 1111 | 11100001 | 1000011 | 110111 |
Color Harmonies of #4268D9
Complementary color
Monochromatic Colors of #4268D9
Black with #4268D9
Text Example
Text Example
White with #4268D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4268D9; }
p { color: rgb(66,104,217); }
H1.HeaderClassName
{
color: #4268D9;
}
.AnyTagClassName
{
color: #4268D9;
}
</style>
background-color css
<style>
a { background-color: #4268D9; }
a { background-color: rgb(66,104,217); }
div.DivClassName
{
background-color: #4268D9;
}
.BgClassName
{
background-color: #4268D9;
}
</style>
border-color css
<style>
span { border-color: #4268D9; }
span { border-color: rgb(66,104,217); }
td.TdClassName
{
border-color: #4268D9;
}
.TagClassName
{
border-color: #4268D9;
}
</style>