Shades of Royal Blue #427FDB
Tints of Royal Blue #427FDB
RGB
CMYK
RGB Variations
Color information
#427FDB (or 0x427FDB) is known color: Royal Blue. HEX triplet: 42, 7F and DB. RGB value is (66,127,219). Sum of RGB (Red+Green+Blue) = 66+127+219=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #427FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FDB is #BD8024. Grayscale: #767676. Windows color (decimal): -12419109 or 14384962. OLE color: 14384962.
HSL color Cylindrical-coordinate representation of color #427FDB: hue angle of 216.08º 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 #427FDB is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 127 | 219 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.14 |
| HSL | 216.08º | 0.68% | 0.56% | - |
| HSV(B) | 216.08º | 0.7% | 0.86% | - |
| XYZ | 22.62 | 21.45 | 69.97 | - |
| YUV | 119.25 | 184.29 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 219 | 0.70 | 0.42 | 0 | 0.14 | 216.08 | 0.68 | 0.56 |
| Hex | 42 | 7F | DB | 46 | 2A | 0 | E | D8 | 44 | 38 |
| Octal | 102 | 177 | 333 | 106 | 52 | 0 | 16 | 330 | 104 | 70 |
| Binary | 1000010 | 1111111 | 11011011 | 1000110 | 101010 | 0 | 1110 | 11011000 | 1000100 | 111000 |
Color Harmonies of #427FDB
Complementary color
Monochromatic Colors of #427FDB
Black with #427FDB
Text Example
Text Example
White with #427FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427FDB; }
p { color: rgb(66,127,219); }
H1.HeaderClassName
{
color: #427FDB;
}
.AnyTagClassName
{
color: #427FDB;
}
</style>
background-color css
<style>
a { background-color: #427FDB; }
a { background-color: rgb(66,127,219); }
div.DivClassName
{
background-color: #427FDB;
}
.BgClassName
{
background-color: #427FDB;
}
</style>
border-color css
<style>
span { border-color: #427FDB; }
span { border-color: rgb(66,127,219); }
td.TdClassName
{
border-color: #427FDB;
}
.TagClassName
{
border-color: #427FDB;
}
</style>