Shades of Royal Blue #4272EE
Tints of Royal Blue #4272EE
RGB
CMYK
RGB Variations
Color information
#4272EE (or 0x4272EE) is known color: Royal Blue. HEX triplet: 42, 72 and EE. RGB value is (66,114,238). Sum of RGB (Red+Green+Blue) = 66+114+238=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #4272EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4272EE is #BD8D11. Grayscale: #717171. Windows color (decimal): -12422418 or 15626818. OLE color: 15626818.
HSL color Cylindrical-coordinate representation of color #4272EE: hue angle of 223.26º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4272EE is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 114 | 238 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.07 |
| HSL | 223.26º | 0.83% | 0.6% | - |
| HSV(B) | 223.26º | 0.72% | 0.93% | - |
| XYZ | 23.7 | 19.37 | 83.38 | - |
| YUV | 113.78 | 198.1 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 238 | 0.72 | 0.52 | 0 | 0.07 | 223.26 | 0.83 | 0.6 |
| Hex | 42 | 72 | EE | 48 | 34 | 0 | 7 | DF | 53 | 3C |
| Octal | 102 | 162 | 356 | 110 | 64 | 0 | 7 | 337 | 123 | 74 |
| Binary | 1000010 | 1110010 | 11101110 | 1001000 | 110100 | 0 | 111 | 11011111 | 1010011 | 111100 |
Color Harmonies of #4272EE
Complementary color
Monochromatic Colors of #4272EE
Black with #4272EE
Text Example
Text Example
White with #4272EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4272EE; }
p { color: rgb(66,114,238); }
H1.HeaderClassName
{
color: #4272EE;
}
.AnyTagClassName
{
color: #4272EE;
}
</style>
background-color css
<style>
a { background-color: #4272EE; }
a { background-color: rgb(66,114,238); }
div.DivClassName
{
background-color: #4272EE;
}
.BgClassName
{
background-color: #4272EE;
}
</style>
border-color css
<style>
span { border-color: #4272EE; }
span { border-color: rgb(66,114,238); }
td.TdClassName
{
border-color: #4272EE;
}
.TagClassName
{
border-color: #4272EE;
}
</style>