Shades of Royal Blue #427CED
Tints of Royal Blue #427CED
RGB
CMYK
RGB Variations
Color information
#427CED (or 0x427CED) is known color: Royal Blue. HEX triplet: 42, 7C and ED. RGB value is (66,124,237). Sum of RGB (Red+Green+Blue) = 66+124+237=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #427CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427CED is #BD8312. Grayscale: #777777. Windows color (decimal): -12419859 or 15563842. OLE color: 15563842.
HSL color Cylindrical-coordinate representation of color #427CED: hue angle of 219.65º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427CED is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 124 | 237 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.07 |
| HSL | 219.65º | 0.83% | 0.59% | - |
| HSV(B) | 219.65º | 0.72% | 0.93% | - |
| XYZ | 24.74 | 21.69 | 83 | - |
| YUV | 119.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 237 | 0.72 | 0.48 | 0 | 0.07 | 219.65 | 0.83 | 0.59 |
| Hex | 42 | 7C | ED | 48 | 30 | 0 | 7 | DC | 53 | 3B |
| Octal | 102 | 174 | 355 | 110 | 60 | 0 | 7 | 334 | 123 | 73 |
| Binary | 1000010 | 1111100 | 11101101 | 1001000 | 110000 | 0 | 111 | 11011100 | 1010011 | 111011 |
Color Harmonies of #427CED
Complementary color
Monochromatic Colors of #427CED
Black with #427CED
Text Example
Text Example
White with #427CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427CED; }
p { color: rgb(66,124,237); }
H1.HeaderClassName
{
color: #427CED;
}
.AnyTagClassName
{
color: #427CED;
}
</style>
background-color css
<style>
a { background-color: #427CED; }
a { background-color: rgb(66,124,237); }
div.DivClassName
{
background-color: #427CED;
}
.BgClassName
{
background-color: #427CED;
}
</style>
border-color css
<style>
span { border-color: #427CED; }
span { border-color: rgb(66,124,237); }
td.TdClassName
{
border-color: #427CED;
}
.TagClassName
{
border-color: #427CED;
}
</style>