Shades of Royal Blue #4271CE
Tints of Royal Blue #4271CE
RGB
CMYK
RGB Variations
Color information
#4271CE (or 0x4271CE) is known color: Royal Blue. HEX triplet: 42, 71 and CE. RGB value is (66,113,206). Sum of RGB (Red+Green+Blue) = 66+113+206=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #4271CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4271CE is #BD8E31. Grayscale: #6D6D6D. Windows color (decimal): -12422706 or 13529410. OLE color: 13529410.
HSL color Cylindrical-coordinate representation of color #4271CE: hue angle of 219.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4271CE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 113 | 206 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.19 |
| HSL | 219.86º | 0.59% | 0.53% | - |
| HSV(B) | 219.86º | 0.68% | 0.81% | - |
| XYZ | 19.29 | 17.42 | 60.74 | - |
| YUV | 109.55 | 182.43 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 206 | 0.68 | 0.45 | 0 | 0.19 | 219.86 | 0.59 | 0.53 |
| Hex | 42 | 71 | CE | 44 | 2D | 0 | 13 | DC | 3B | 35 |
| Octal | 102 | 161 | 316 | 104 | 55 | 0 | 23 | 334 | 73 | 65 |
| Binary | 1000010 | 1110001 | 11001110 | 1000100 | 101101 | 0 | 10011 | 11011100 | 111011 | 110101 |
Color Harmonies of #4271CE
Complementary color
Monochromatic Colors of #4271CE
Black with #4271CE
Text Example
Text Example
White with #4271CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4271CE; }
p { color: rgb(66,113,206); }
H1.HeaderClassName
{
color: #4271CE;
}
.AnyTagClassName
{
color: #4271CE;
}
</style>
background-color css
<style>
a { background-color: #4271CE; }
a { background-color: rgb(66,113,206); }
div.DivClassName
{
background-color: #4271CE;
}
.BgClassName
{
background-color: #4271CE;
}
</style>
border-color css
<style>
span { border-color: #4271CE; }
span { border-color: rgb(66,113,206); }
td.TdClassName
{
border-color: #4271CE;
}
.TagClassName
{
border-color: #4271CE;
}
</style>