Shades of Royal Blue #427BEF
Tints of Royal Blue #427BEF
RGB
CMYK
RGB Variations
Color information
#427BEF (or 0x427BEF) is known color: Royal Blue. HEX triplet: 42, 7B and EF. RGB value is (66,123,239). Sum of RGB (Red+Green+Blue) = 66+123+239=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #427BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #427BEF is #BD8410. Grayscale: #767676. Windows color (decimal): -12420113 or 15694658. OLE color: 15694658.
HSL color Cylindrical-coordinate representation of color #427BEF: hue angle of 220.23º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427BEF is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 123 | 239 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.06 |
| HSL | 220.23º | 0.84% | 0.6% | - |
| HSV(B) | 220.23º | 0.72% | 0.94% | - |
| XYZ | 24.91 | 21.56 | 84.51 | - |
| YUV | 119.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 239 | 0.72 | 0.49 | 0 | 0.06 | 220.23 | 0.84 | 0.6 |
| Hex | 42 | 7B | EF | 48 | 31 | 0 | 6 | DC | 54 | 3C |
| Octal | 102 | 173 | 357 | 110 | 61 | 0 | 6 | 334 | 124 | 74 |
| Binary | 1000010 | 1111011 | 11101111 | 1001000 | 110001 | 0 | 110 | 11011100 | 1010100 | 111100 |
Color Harmonies of #427BEF
Complementary color
Monochromatic Colors of #427BEF
Black with #427BEF
Text Example
Text Example
White with #427BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BEF; }
p { color: rgb(66,123,239); }
H1.HeaderClassName
{
color: #427BEF;
}
.AnyTagClassName
{
color: #427BEF;
}
</style>
background-color css
<style>
a { background-color: #427BEF; }
a { background-color: rgb(66,123,239); }
div.DivClassName
{
background-color: #427BEF;
}
.BgClassName
{
background-color: #427BEF;
}
</style>
border-color css
<style>
span { border-color: #427BEF; }
span { border-color: rgb(66,123,239); }
td.TdClassName
{
border-color: #427BEF;
}
.TagClassName
{
border-color: #427BEF;
}
</style>