Shades of Royal Blue #4264DB
Tints of Royal Blue #4264DB
RGB
CMYK
RGB Variations
Color information
#4264DB (or 0x4264DB) is known color: Royal Blue. HEX triplet: 42, 64 and DB. RGB value is (66,100,219). Sum of RGB (Red+Green+Blue) = 66+100+219=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #4264DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4264DB is #BD9B24. Grayscale: #666666. Windows color (decimal): -12426021 or 14378050. OLE color: 14378050.
HSL color Cylindrical-coordinate representation of color #4264DB: hue angle of 226.67º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4264DB is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 100 | 219 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.14 |
| HSL | 226.67º | 0.68% | 0.56% | - |
| HSV(B) | 226.67º | 0.7% | 0.86% | - |
| XYZ | 19.59 | 15.39 | 68.96 | - |
| YUV | 103.4 | 193.24 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 219 | 0.70 | 0.54 | 0 | 0.14 | 226.67 | 0.68 | 0.56 |
| Hex | 42 | 64 | DB | 46 | 36 | 0 | E | E3 | 44 | 38 |
| Octal | 102 | 144 | 333 | 106 | 66 | 0 | 16 | 343 | 104 | 70 |
| Binary | 1000010 | 1100100 | 11011011 | 1000110 | 110110 | 0 | 1110 | 11100011 | 1000100 | 111000 |
Color Harmonies of #4264DB
Complementary color
Monochromatic Colors of #4264DB
Black with #4264DB
Text Example
Text Example
White with #4264DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4264DB; }
p { color: rgb(66,100,219); }
H1.HeaderClassName
{
color: #4264DB;
}
.AnyTagClassName
{
color: #4264DB;
}
</style>
background-color css
<style>
a { background-color: #4264DB; }
a { background-color: rgb(66,100,219); }
div.DivClassName
{
background-color: #4264DB;
}
.BgClassName
{
background-color: #4264DB;
}
</style>
border-color css
<style>
span { border-color: #4264DB; }
span { border-color: rgb(66,100,219); }
td.TdClassName
{
border-color: #4264DB;
}
.TagClassName
{
border-color: #4264DB;
}
</style>