Shades of Royal Blue #427CDD
Tints of Royal Blue #427CDD
RGB
CMYK
RGB Variations
Color information
#427CDD (or 0x427CDD) is known color: Royal Blue. HEX triplet: 42, 7C and DD. RGB value is (66,124,221). Sum of RGB (Red+Green+Blue) = 66+124+221=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #427CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CDD is #BD8322. Grayscale: #757575. Windows color (decimal): -12419875 or 14515266. OLE color: 14515266.
HSL color Cylindrical-coordinate representation of color #427CDD: hue angle of 217.55º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #427CDD is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 124 | 221 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.13 |
| HSL | 217.55º | 0.7% | 0.56% | - |
| HSV(B) | 217.55º | 0.7% | 0.87% | - |
| XYZ | 22.51 | 20.79 | 71.23 | - |
| YUV | 117.72 | 186.28 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 221 | 0.70 | 0.44 | 0 | 0.13 | 217.55 | 0.7 | 0.56 |
| Hex | 42 | 7C | DD | 46 | 2C | 0 | D | DA | 46 | 38 |
| Octal | 102 | 174 | 335 | 106 | 54 | 0 | 15 | 332 | 106 | 70 |
| Binary | 1000010 | 1111100 | 11011101 | 1000110 | 101100 | 0 | 1101 | 11011010 | 1000110 | 111000 |
Color Harmonies of #427CDD
Complementary color
Monochromatic Colors of #427CDD
Black with #427CDD
Text Example
Text Example
White with #427CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427CDD; }
p { color: rgb(66,124,221); }
H1.HeaderClassName
{
color: #427CDD;
}
.AnyTagClassName
{
color: #427CDD;
}
</style>
background-color css
<style>
a { background-color: #427CDD; }
a { background-color: rgb(66,124,221); }
div.DivClassName
{
background-color: #427CDD;
}
.BgClassName
{
background-color: #427CDD;
}
</style>
border-color css
<style>
span { border-color: #427CDD; }
span { border-color: rgb(66,124,221); }
td.TdClassName
{
border-color: #427CDD;
}
.TagClassName
{
border-color: #427CDD;
}
</style>