Shades of Royal Blue #427BD1
Tints of Royal Blue #427BD1
RGB
CMYK
RGB Variations
Color information
#427BD1 (or 0x427BD1) is known color: Royal Blue. HEX triplet: 42, 7B and D1. RGB value is (66,123,209). Sum of RGB (Red+Green+Blue) = 66+123+209=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #427BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BD1 is #BD842E. Grayscale: #737373. Windows color (decimal): -12420143 or 13728578. OLE color: 13728578.
HSL color Cylindrical-coordinate representation of color #427BD1: hue angle of 216.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #427BD1 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 123 | 209 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.18 |
| HSL | 216.08º | 0.61% | 0.54% | - |
| HSV(B) | 216.08º | 0.68% | 0.82% | - |
| XYZ | 20.84 | 19.93 | 63.07 | - |
| YUV | 115.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 209 | 0.68 | 0.41 | 0 | 0.18 | 216.08 | 0.61 | 0.54 |
| Hex | 42 | 7B | D1 | 44 | 29 | 0 | 12 | D8 | 3D | 36 |
| Octal | 102 | 173 | 321 | 104 | 51 | 0 | 22 | 330 | 75 | 66 |
| Binary | 1000010 | 1111011 | 11010001 | 1000100 | 101001 | 0 | 10010 | 11011000 | 111101 | 110110 |
Color Harmonies of #427BD1
Complementary color
Monochromatic Colors of #427BD1
Black with #427BD1
Text Example
Text Example
White with #427BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BD1; }
p { color: rgb(66,123,209); }
H1.HeaderClassName
{
color: #427BD1;
}
.AnyTagClassName
{
color: #427BD1;
}
</style>
background-color css
<style>
a { background-color: #427BD1; }
a { background-color: rgb(66,123,209); }
div.DivClassName
{
background-color: #427BD1;
}
.BgClassName
{
background-color: #427BD1;
}
</style>
border-color css
<style>
span { border-color: #427BD1; }
span { border-color: rgb(66,123,209); }
td.TdClassName
{
border-color: #427BD1;
}
.TagClassName
{
border-color: #427BD1;
}
</style>