Shades of Royal Blue #4267DB
Tints of Royal Blue #4267DB
RGB
CMYK
RGB Variations
Color information
#4267DB (or 0x4267DB) is known color: Royal Blue. HEX triplet: 42, 67 and DB. RGB value is (66,103,219). Sum of RGB (Red+Green+Blue) = 66+103+219=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #4267DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4267DB is #BD9824. Grayscale: #686868. Windows color (decimal): -12425253 or 14378818. OLE color: 14378818.
HSL color Cylindrical-coordinate representation of color #4267DB: hue angle of 225.49º 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 #4267DB is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 103 | 219 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.14 |
| HSL | 225.49º | 0.68% | 0.56% | - |
| HSV(B) | 225.49º | 0.7% | 0.86% | - |
| XYZ | 19.88 | 15.97 | 69.05 | - |
| YUV | 105.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 103 | 219 | 0.70 | 0.53 | 0 | 0.14 | 225.49 | 0.68 | 0.56 |
| Hex | 42 | 67 | DB | 46 | 35 | 0 | E | E1 | 44 | 38 |
| Octal | 102 | 147 | 333 | 106 | 65 | 0 | 16 | 341 | 104 | 70 |
| Binary | 1000010 | 1100111 | 11011011 | 1000110 | 110101 | 0 | 1110 | 11100001 | 1000100 | 111000 |
Color Harmonies of #4267DB
Complementary color
Monochromatic Colors of #4267DB
Black with #4267DB
Text Example
Text Example
White with #4267DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4267DB; }
p { color: rgb(66,103,219); }
H1.HeaderClassName
{
color: #4267DB;
}
.AnyTagClassName
{
color: #4267DB;
}
</style>
background-color css
<style>
a { background-color: #4267DB; }
a { background-color: rgb(66,103,219); }
div.DivClassName
{
background-color: #4267DB;
}
.BgClassName
{
background-color: #4267DB;
}
</style>
border-color css
<style>
span { border-color: #4267DB; }
span { border-color: rgb(66,103,219); }
td.TdClassName
{
border-color: #4267DB;
}
.TagClassName
{
border-color: #4267DB;
}
</style>