Shades of Royal Blue #427ADB
Tints of Royal Blue #427ADB
RGB
CMYK
RGB Variations
Color information
#427ADB (or 0x427ADB) is known color: Royal Blue. HEX triplet: 42, 7A and DB. RGB value is (66,122,219). Sum of RGB (Red+Green+Blue) = 66+122+219=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #427ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ADB is #BD8524. Grayscale: #737373. Windows color (decimal): -12420389 or 14383682. OLE color: 14383682.
HSL color Cylindrical-coordinate representation of color #427ADB: hue angle of 218.04º 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 #427ADB is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 122 | 219 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.14 |
| HSL | 218.04º | 0.68% | 0.56% | - |
| HSV(B) | 218.04º | 0.7% | 0.86% | - |
| XYZ | 21.99 | 20.19 | 69.76 | - |
| YUV | 116.31 | 185.95 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 219 | 0.70 | 0.44 | 0 | 0.14 | 218.04 | 0.68 | 0.56 |
| Hex | 42 | 7A | DB | 46 | 2C | 0 | E | DA | 44 | 38 |
| Octal | 102 | 172 | 333 | 106 | 54 | 0 | 16 | 332 | 104 | 70 |
| Binary | 1000010 | 1111010 | 11011011 | 1000110 | 101100 | 0 | 1110 | 11011010 | 1000100 | 111000 |
Color Harmonies of #427ADB
Complementary color
Monochromatic Colors of #427ADB
Black with #427ADB
Text Example
Text Example
White with #427ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427ADB; }
p { color: rgb(66,122,219); }
H1.HeaderClassName
{
color: #427ADB;
}
.AnyTagClassName
{
color: #427ADB;
}
</style>
background-color css
<style>
a { background-color: #427ADB; }
a { background-color: rgb(66,122,219); }
div.DivClassName
{
background-color: #427ADB;
}
.BgClassName
{
background-color: #427ADB;
}
</style>
border-color css
<style>
span { border-color: #427ADB; }
span { border-color: rgb(66,122,219); }
td.TdClassName
{
border-color: #427ADB;
}
.TagClassName
{
border-color: #427ADB;
}
</style>