Shades of Royal Blue #4270EE
Tints of Royal Blue #4270EE
RGB
CMYK
RGB Variations
Color information
#4270EE (or 0x4270EE) is known color: Royal Blue. HEX triplet: 42, 70 and EE. RGB value is (66,112,238). Sum of RGB (Red+Green+Blue) = 66+112+238=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #4270EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4270EE is #BD8F11. Grayscale: #707070. Windows color (decimal): -12422930 or 15626306. OLE color: 15626306.
HSL color Cylindrical-coordinate representation of color #4270EE: hue angle of 223.95º 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 #4270EE is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 112 | 238 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.07 |
| HSL | 223.95º | 0.83% | 0.6% | - |
| HSV(B) | 223.95º | 0.72% | 0.93% | - |
| XYZ | 23.47 | 18.92 | 83.3 | - |
| YUV | 112.61 | 198.76 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 112 | 238 | 0.72 | 0.53 | 0 | 0.07 | 223.95 | 0.83 | 0.6 |
| Hex | 42 | 70 | EE | 48 | 35 | 0 | 7 | E0 | 53 | 3C |
| Octal | 102 | 160 | 356 | 110 | 65 | 0 | 7 | 340 | 123 | 74 |
| Binary | 1000010 | 1110000 | 11101110 | 1001000 | 110101 | 0 | 111 | 11100000 | 1010011 | 111100 |
Color Harmonies of #4270EE
Complementary color
Monochromatic Colors of #4270EE
Black with #4270EE
Text Example
Text Example
White with #4270EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4270EE; }
p { color: rgb(66,112,238); }
H1.HeaderClassName
{
color: #4270EE;
}
.AnyTagClassName
{
color: #4270EE;
}
</style>
background-color css
<style>
a { background-color: #4270EE; }
a { background-color: rgb(66,112,238); }
div.DivClassName
{
background-color: #4270EE;
}
.BgClassName
{
background-color: #4270EE;
}
</style>
border-color css
<style>
span { border-color: #4270EE; }
span { border-color: rgb(66,112,238); }
td.TdClassName
{
border-color: #4270EE;
}
.TagClassName
{
border-color: #4270EE;
}
</style>