Shades of Royal Blue #4275EC
Tints of Royal Blue #4275EC
RGB
CMYK
RGB Variations
Color information
#4275EC (or 0x4275EC) is known color: Royal Blue. HEX triplet: 42, 75 and EC. RGB value is (66,117,236). Sum of RGB (Red+Green+Blue) = 66+117+236=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #4275EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4275EC is #BD8A13. Grayscale: #727272. Windows color (decimal): -12421652 or 15496514. OLE color: 15496514.
HSL color Cylindrical-coordinate representation of color #4275EC: hue angle of 222º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4275EC is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 117 | 236 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.07 |
| HSL | 222º | 0.82% | 0.59% | - |
| HSV(B) | 222º | 0.72% | 0.93% | - |
| XYZ | 23.75 | 19.94 | 81.95 | - |
| YUV | 115.32 | 196.1 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 236 | 0.72 | 0.50 | 0 | 0.07 | 222 | 0.82 | 0.59 |
| Hex | 42 | 75 | EC | 48 | 32 | 0 | 7 | DE | 52 | 3B |
| Octal | 102 | 165 | 354 | 110 | 62 | 0 | 7 | 336 | 122 | 73 |
| Binary | 1000010 | 1110101 | 11101100 | 1001000 | 110010 | 0 | 111 | 11011110 | 1010010 | 111011 |
Color Harmonies of #4275EC
Complementary color
Monochromatic Colors of #4275EC
Black with #4275EC
Text Example
Text Example
White with #4275EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275EC; }
p { color: rgb(66,117,236); }
H1.HeaderClassName
{
color: #4275EC;
}
.AnyTagClassName
{
color: #4275EC;
}
</style>
background-color css
<style>
a { background-color: #4275EC; }
a { background-color: rgb(66,117,236); }
div.DivClassName
{
background-color: #4275EC;
}
.BgClassName
{
background-color: #4275EC;
}
</style>
border-color css
<style>
span { border-color: #4275EC; }
span { border-color: rgb(66,117,236); }
td.TdClassName
{
border-color: #4275EC;
}
.TagClassName
{
border-color: #4275EC;
}
</style>