Shades of Royal Blue #427BED
Tints of Royal Blue #427BED
RGB
CMYK
RGB Variations
Color information
#427BED (or 0x427BED) is known color: Royal Blue. HEX triplet: 42, 7B and ED. RGB value is (66,123,237). Sum of RGB (Red+Green+Blue) = 66+123+237=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #427BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BED is #BD8412. Grayscale: #767676. Windows color (decimal): -12420115 or 15563586. OLE color: 15563586.
HSL color Cylindrical-coordinate representation of color #427BED: hue angle of 220º 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 #427BED is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 123 | 237 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.07 |
| HSL | 220º | 0.83% | 0.59% | - |
| HSV(B) | 220º | 0.72% | 0.93% | - |
| XYZ | 24.62 | 21.44 | 82.96 | - |
| YUV | 118.95 | 194.62 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 237 | 0.72 | 0.48 | 0 | 0.07 | 220 | 0.83 | 0.59 |
| Hex | 42 | 7B | ED | 48 | 30 | 0 | 7 | DC | 53 | 3B |
| Octal | 102 | 173 | 355 | 110 | 60 | 0 | 7 | 334 | 123 | 73 |
| Binary | 1000010 | 1111011 | 11101101 | 1001000 | 110000 | 0 | 111 | 11011100 | 1010011 | 111011 |
Color Harmonies of #427BED
Complementary color
Monochromatic Colors of #427BED
Black with #427BED
Text Example
Text Example
White with #427BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BED; }
p { color: rgb(66,123,237); }
H1.HeaderClassName
{
color: #427BED;
}
.AnyTagClassName
{
color: #427BED;
}
</style>
background-color css
<style>
a { background-color: #427BED; }
a { background-color: rgb(66,123,237); }
div.DivClassName
{
background-color: #427BED;
}
.BgClassName
{
background-color: #427BED;
}
</style>
border-color css
<style>
span { border-color: #427BED; }
span { border-color: rgb(66,123,237); }
td.TdClassName
{
border-color: #427BED;
}
.TagClassName
{
border-color: #427BED;
}
</style>