Shades of Royal Blue #4272D9
Tints of Royal Blue #4272D9
RGB
CMYK
RGB Variations
Color information
#4272D9 (or 0x4272D9) is known color: Royal Blue. HEX triplet: 42, 72 and D9. RGB value is (66,114,217). Sum of RGB (Red+Green+Blue) = 66+114+217=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #4272D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4272D9 is #BD8D26. Grayscale: #6E6E6E. Windows color (decimal): -12422439 or 14250562. OLE color: 14250562.
HSL color Cylindrical-coordinate representation of color #4272D9: hue angle of 220.93º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4272D9 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 114 | 217 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.15 |
| HSL | 220.93º | 0.67% | 0.55% | - |
| HSV(B) | 220.93º | 0.7% | 0.85% | - |
| XYZ | 20.79 | 18.2 | 68.06 | - |
| YUV | 111.39 | 187.6 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 217 | 0.70 | 0.47 | 0 | 0.15 | 220.93 | 0.67 | 0.55 |
| Hex | 42 | 72 | D9 | 46 | 2F | 0 | F | DD | 43 | 37 |
| Octal | 102 | 162 | 331 | 106 | 57 | 0 | 17 | 335 | 103 | 67 |
| Binary | 1000010 | 1110010 | 11011001 | 1000110 | 101111 | 0 | 1111 | 11011101 | 1000011 | 110111 |
Color Harmonies of #4272D9
Complementary color
Monochromatic Colors of #4272D9
Black with #4272D9
Text Example
Text Example
White with #4272D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4272D9; }
p { color: rgb(66,114,217); }
H1.HeaderClassName
{
color: #4272D9;
}
.AnyTagClassName
{
color: #4272D9;
}
</style>
background-color css
<style>
a { background-color: #4272D9; }
a { background-color: rgb(66,114,217); }
div.DivClassName
{
background-color: #4272D9;
}
.BgClassName
{
background-color: #4272D9;
}
</style>
border-color css
<style>
span { border-color: #4272D9; }
span { border-color: rgb(66,114,217); }
td.TdClassName
{
border-color: #4272D9;
}
.TagClassName
{
border-color: #4272D9;
}
</style>