Shades of Royal Blue #427CDA
Tints of Royal Blue #427CDA
RGB
CMYK
RGB Variations
Color information
#427CDA (or 0x427CDA) is known color: Royal Blue. HEX triplet: 42, 7C and DA. RGB value is (66,124,218). Sum of RGB (Red+Green+Blue) = 66+124+218=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #427CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CDA is #BD8325. Grayscale: #747474. Windows color (decimal): -12419878 or 14318658. OLE color: 14318658.
HSL color Cylindrical-coordinate representation of color #427CDA: hue angle of 217.11º 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 #427CDA is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 124 | 218 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.15 |
| HSL | 217.11º | 0.67% | 0.56% | - |
| HSV(B) | 217.11º | 0.7% | 0.85% | - |
| XYZ | 22.11 | 20.64 | 69.15 | - |
| YUV | 117.37 | 184.78 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 218 | 0.70 | 0.43 | 0 | 0.15 | 217.11 | 0.67 | 0.56 |
| Hex | 42 | 7C | DA | 46 | 2B | 0 | F | D9 | 43 | 38 |
| Octal | 102 | 174 | 332 | 106 | 53 | 0 | 17 | 331 | 103 | 70 |
| Binary | 1000010 | 1111100 | 11011010 | 1000110 | 101011 | 0 | 1111 | 11011001 | 1000011 | 111000 |
Color Harmonies of #427CDA
Complementary color
Monochromatic Colors of #427CDA
Black with #427CDA
Text Example
Text Example
White with #427CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427CDA; }
p { color: rgb(66,124,218); }
H1.HeaderClassName
{
color: #427CDA;
}
.AnyTagClassName
{
color: #427CDA;
}
</style>
background-color css
<style>
a { background-color: #427CDA; }
a { background-color: rgb(66,124,218); }
div.DivClassName
{
background-color: #427CDA;
}
.BgClassName
{
background-color: #427CDA;
}
</style>
border-color css
<style>
span { border-color: #427CDA; }
span { border-color: rgb(66,124,218); }
td.TdClassName
{
border-color: #427CDA;
}
.TagClassName
{
border-color: #427CDA;
}
</style>