Shades of Royal Blue #427DD3
Tints of Royal Blue #427DD3
RGB
CMYK
RGB Variations
Color information
#427DD3 (or 0x427DD3) is known color: Royal Blue. HEX triplet: 42, 7D and D3. RGB value is (66,125,211). Sum of RGB (Red+Green+Blue) = 66+125+211=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 211 (82.81% from 255 or 52.49% from 402); Max value from RGB is 211 - color contains mainly: blue. Hex color #427DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DD3 is #BD822C. Grayscale: #747474. Windows color (decimal): -12419629 or 13860162. OLE color: 13860162.
HSL color Cylindrical-coordinate representation of color #427DD3: hue angle of 215.59º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #427DD3 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 125 | 211 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.17 |
| HSL | 215.59º | 0.62% | 0.54% | - |
| HSV(B) | 215.59º | 0.69% | 0.83% | - |
| XYZ | 21.34 | 20.53 | 64.47 | - |
| YUV | 117.16 | 180.95 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 211 | 0.69 | 0.41 | 0 | 0.17 | 215.59 | 0.62 | 0.54 |
| Hex | 42 | 7D | D3 | 45 | 29 | 0 | 11 | D8 | 3E | 36 |
| Octal | 102 | 175 | 323 | 105 | 51 | 0 | 21 | 330 | 76 | 66 |
| Binary | 1000010 | 1111101 | 11010011 | 1000101 | 101001 | 0 | 10001 | 11011000 | 111110 | 110110 |
Color Harmonies of #427DD3
Complementary color
Monochromatic Colors of #427DD3
Black with #427DD3
Text Example
Text Example
White with #427DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DD3; }
p { color: rgb(66,125,211); }
H1.HeaderClassName
{
color: #427DD3;
}
.AnyTagClassName
{
color: #427DD3;
}
</style>
background-color css
<style>
a { background-color: #427DD3; }
a { background-color: rgb(66,125,211); }
div.DivClassName
{
background-color: #427DD3;
}
.BgClassName
{
background-color: #427DD3;
}
</style>
border-color css
<style>
span { border-color: #427DD3; }
span { border-color: rgb(66,125,211); }
td.TdClassName
{
border-color: #427DD3;
}
.TagClassName
{
border-color: #427DD3;
}
</style>