Shades of Royal Blue #4271DA
Tints of Royal Blue #4271DA
RGB
CMYK
RGB Variations
Color information
#4271DA (or 0x4271DA) is known color: Royal Blue. HEX triplet: 42, 71 and DA. RGB value is (66,113,218). Sum of RGB (Red+Green+Blue) = 66+113+218=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #4271DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4271DA is #BD8E25. Grayscale: #6E6E6E. Windows color (decimal): -12422694 or 14315842. OLE color: 14315842.
HSL color Cylindrical-coordinate representation of color #4271DA: hue angle of 221.45º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4271DA is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 113 | 218 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.15 |
| HSL | 221.45º | 0.67% | 0.56% | - |
| HSV(B) | 221.45º | 0.7% | 0.85% | - |
| XYZ | 20.81 | 18.03 | 68.71 | - |
| YUV | 110.92 | 188.43 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 218 | 0.70 | 0.48 | 0 | 0.15 | 221.45 | 0.67 | 0.56 |
| Hex | 42 | 71 | DA | 46 | 30 | 0 | F | DD | 43 | 38 |
| Octal | 102 | 161 | 332 | 106 | 60 | 0 | 17 | 335 | 103 | 70 |
| Binary | 1000010 | 1110001 | 11011010 | 1000110 | 110000 | 0 | 1111 | 11011101 | 1000011 | 111000 |
Color Harmonies of #4271DA
Complementary color
Monochromatic Colors of #4271DA
Black with #4271DA
Text Example
Text Example
White with #4271DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4271DA; }
p { color: rgb(66,113,218); }
H1.HeaderClassName
{
color: #4271DA;
}
.AnyTagClassName
{
color: #4271DA;
}
</style>
background-color css
<style>
a { background-color: #4271DA; }
a { background-color: rgb(66,113,218); }
div.DivClassName
{
background-color: #4271DA;
}
.BgClassName
{
background-color: #4271DA;
}
</style>
border-color css
<style>
span { border-color: #4271DA; }
span { border-color: rgb(66,113,218); }
td.TdClassName
{
border-color: #4271DA;
}
.TagClassName
{
border-color: #4271DA;
}
</style>