Shades of Royal Blue #427DDA
Tints of Royal Blue #427DDA
RGB
CMYK
RGB Variations
Color information
#427DDA (or 0x427DDA) is known color: Royal Blue. HEX triplet: 42, 7D and DA. RGB value is (66,125,218). Sum of RGB (Red+Green+Blue) = 66+125+218=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #427DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DDA is #BD8225. Grayscale: #757575. Windows color (decimal): -12419622 or 14318914. OLE color: 14318914.
HSL color Cylindrical-coordinate representation of color #427DDA: hue angle of 216.71º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #427DDA is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 125 | 218 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.15 |
| HSL | 216.71º | 0.67% | 0.56% | - |
| HSV(B) | 216.71º | 0.7% | 0.85% | - |
| XYZ | 22.24 | 20.89 | 69.19 | - |
| YUV | 117.96 | 184.45 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 218 | 0.70 | 0.43 | 0 | 0.15 | 216.71 | 0.67 | 0.56 |
| Hex | 42 | 7D | DA | 46 | 2B | 0 | F | D9 | 43 | 38 |
| Octal | 102 | 175 | 332 | 106 | 53 | 0 | 17 | 331 | 103 | 70 |
| Binary | 1000010 | 1111101 | 11011010 | 1000110 | 101011 | 0 | 1111 | 11011001 | 1000011 | 111000 |
Color Harmonies of #427DDA
Complementary color
Monochromatic Colors of #427DDA
Black with #427DDA
Text Example
Text Example
White with #427DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DDA; }
p { color: rgb(66,125,218); }
H1.HeaderClassName
{
color: #427DDA;
}
.AnyTagClassName
{
color: #427DDA;
}
</style>
background-color css
<style>
a { background-color: #427DDA; }
a { background-color: rgb(66,125,218); }
div.DivClassName
{
background-color: #427DDA;
}
.BgClassName
{
background-color: #427DDA;
}
</style>
border-color css
<style>
span { border-color: #427DDA; }
span { border-color: rgb(66,125,218); }
td.TdClassName
{
border-color: #427DDA;
}
.TagClassName
{
border-color: #427DDA;
}
</style>