Shades of Royal Blue #427CDB
Tints of Royal Blue #427CDB
RGB
CMYK
RGB Variations
Color information
#427CDB (or 0x427CDB) is known color: Royal Blue. HEX triplet: 42, 7C and DB. RGB value is (66,124,219). Sum of RGB (Red+Green+Blue) = 66+124+219=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #427CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CDB is #BD8324. Grayscale: #757575. Windows color (decimal): -12419877 or 14384194. OLE color: 14384194.
HSL color Cylindrical-coordinate representation of color #427CDB: hue angle of 217.25º 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 #427CDB is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 124 | 219 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.14 |
| HSL | 217.25º | 0.68% | 0.56% | - |
| HSV(B) | 217.25º | 0.7% | 0.86% | - |
| XYZ | 22.24 | 20.69 | 69.84 | - |
| YUV | 117.49 | 185.28 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 219 | 0.70 | 0.43 | 0 | 0.14 | 217.25 | 0.68 | 0.56 |
| Hex | 42 | 7C | DB | 46 | 2B | 0 | E | D9 | 44 | 38 |
| Octal | 102 | 174 | 333 | 106 | 53 | 0 | 16 | 331 | 104 | 70 |
| Binary | 1000010 | 1111100 | 11011011 | 1000110 | 101011 | 0 | 1110 | 11011001 | 1000100 | 111000 |
Color Harmonies of #427CDB
Complementary color
Monochromatic Colors of #427CDB
Black with #427CDB
Text Example
Text Example
White with #427CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427CDB; }
p { color: rgb(66,124,219); }
H1.HeaderClassName
{
color: #427CDB;
}
.AnyTagClassName
{
color: #427CDB;
}
</style>
background-color css
<style>
a { background-color: #427CDB; }
a { background-color: rgb(66,124,219); }
div.DivClassName
{
background-color: #427CDB;
}
.BgClassName
{
background-color: #427CDB;
}
</style>
border-color css
<style>
span { border-color: #427CDB; }
span { border-color: rgb(66,124,219); }
td.TdClassName
{
border-color: #427CDB;
}
.TagClassName
{
border-color: #427CDB;
}
</style>