Shades of Royal Blue #427DDE
Tints of Royal Blue #427DDE
RGB
CMYK
RGB Variations
Color information
#427DDE (or 0x427DDE) is known color: Royal Blue. HEX triplet: 42, 7D and DE. RGB value is (66,125,222). Sum of RGB (Red+Green+Blue) = 66+125+222=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #427DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DDE is #BD8221. Grayscale: #757575. Windows color (decimal): -12419618 or 14581058. OLE color: 14581058.
HSL color Cylindrical-coordinate representation of color #427DDE: hue angle of 217.31º 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 #427DDE is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 125 | 222 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.13 |
| HSL | 217.31º | 0.7% | 0.56% | - |
| HSV(B) | 217.31º | 0.7% | 0.87% | - |
| XYZ | 22.77 | 21.1 | 71.98 | - |
| YUV | 118.42 | 186.45 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 222 | 0.70 | 0.44 | 0 | 0.13 | 217.31 | 0.7 | 0.56 |
| Hex | 42 | 7D | DE | 46 | 2C | 0 | D | D9 | 46 | 38 |
| Octal | 102 | 175 | 336 | 106 | 54 | 0 | 15 | 331 | 106 | 70 |
| Binary | 1000010 | 1111101 | 11011110 | 1000110 | 101100 | 0 | 1101 | 11011001 | 1000110 | 111000 |
Color Harmonies of #427DDE
Complementary color
Monochromatic Colors of #427DDE
Black with #427DDE
Text Example
Text Example
White with #427DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DDE; }
p { color: rgb(66,125,222); }
H1.HeaderClassName
{
color: #427DDE;
}
.AnyTagClassName
{
color: #427DDE;
}
</style>
background-color css
<style>
a { background-color: #427DDE; }
a { background-color: rgb(66,125,222); }
div.DivClassName
{
background-color: #427DDE;
}
.BgClassName
{
background-color: #427DDE;
}
</style>
border-color css
<style>
span { border-color: #427DDE; }
span { border-color: rgb(66,125,222); }
td.TdClassName
{
border-color: #427DDE;
}
.TagClassName
{
border-color: #427DDE;
}
</style>