Shades of Royal Blue #427DDD
Tints of Royal Blue #427DDD
RGB
CMYK
RGB Variations
Color information
#427DDD (or 0x427DDD) is known color: Royal Blue. HEX triplet: 42, 7D and DD. RGB value is (66,125,221). Sum of RGB (Red+Green+Blue) = 66+125+221=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #427DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DDD is #BD8222. Grayscale: #757575. Windows color (decimal): -12419619 or 14515522. OLE color: 14515522.
HSL color Cylindrical-coordinate representation of color #427DDD: hue angle of 217.16º 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 #427DDD is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 125 | 221 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.13 |
| HSL | 217.16º | 0.7% | 0.56% | - |
| HSV(B) | 217.16º | 0.7% | 0.87% | - |
| XYZ | 22.63 | 21.05 | 71.28 | - |
| YUV | 118.3 | 185.95 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 221 | 0.70 | 0.43 | 0 | 0.13 | 217.16 | 0.7 | 0.56 |
| Hex | 42 | 7D | DD | 46 | 2B | 0 | D | D9 | 46 | 38 |
| Octal | 102 | 175 | 335 | 106 | 53 | 0 | 15 | 331 | 106 | 70 |
| Binary | 1000010 | 1111101 | 11011101 | 1000110 | 101011 | 0 | 1101 | 11011001 | 1000110 | 111000 |
Color Harmonies of #427DDD
Complementary color
Monochromatic Colors of #427DDD
Black with #427DDD
Text Example
Text Example
White with #427DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DDD; }
p { color: rgb(66,125,221); }
H1.HeaderClassName
{
color: #427DDD;
}
.AnyTagClassName
{
color: #427DDD;
}
</style>
background-color css
<style>
a { background-color: #427DDD; }
a { background-color: rgb(66,125,221); }
div.DivClassName
{
background-color: #427DDD;
}
.BgClassName
{
background-color: #427DDD;
}
</style>
border-color css
<style>
span { border-color: #427DDD; }
span { border-color: rgb(66,125,221); }
td.TdClassName
{
border-color: #427DDD;
}
.TagClassName
{
border-color: #427DDD;
}
</style>