Shades of Royal Blue #4275EB
Tints of Royal Blue #4275EB
RGB
CMYK
RGB Variations
Color information
#4275EB (or 0x4275EB) is known color: Royal Blue. HEX triplet: 42, 75 and EB. RGB value is (66,117,235). Sum of RGB (Red+Green+Blue) = 66+117+235=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #4275EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4275EB is #BD8A14. Grayscale: #727272. Windows color (decimal): -12421653 or 15430978. OLE color: 15430978.
HSL color Cylindrical-coordinate representation of color #4275EB: hue angle of 221.89º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4275EB is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 117 | 235 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.08 |
| HSL | 221.89º | 0.81% | 0.59% | - |
| HSV(B) | 221.89º | 0.72% | 0.92% | - |
| XYZ | 23.6 | 19.88 | 81.19 | - |
| YUV | 115.2 | 195.6 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 235 | 0.72 | 0.50 | 0 | 0.08 | 221.89 | 0.81 | 0.59 |
| Hex | 42 | 75 | EB | 48 | 32 | 0 | 8 | DE | 51 | 3B |
| Octal | 102 | 165 | 353 | 110 | 62 | 0 | 10 | 336 | 121 | 73 |
| Binary | 1000010 | 1110101 | 11101011 | 1001000 | 110010 | 0 | 1000 | 11011110 | 1010001 | 111011 |
Color Harmonies of #4275EB
Complementary color
Monochromatic Colors of #4275EB
Black with #4275EB
Text Example
Text Example
White with #4275EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275EB; }
p { color: rgb(66,117,235); }
H1.HeaderClassName
{
color: #4275EB;
}
.AnyTagClassName
{
color: #4275EB;
}
</style>
background-color css
<style>
a { background-color: #4275EB; }
a { background-color: rgb(66,117,235); }
div.DivClassName
{
background-color: #4275EB;
}
.BgClassName
{
background-color: #4275EB;
}
</style>
border-color css
<style>
span { border-color: #4275EB; }
span { border-color: rgb(66,117,235); }
td.TdClassName
{
border-color: #4275EB;
}
.TagClassName
{
border-color: #4275EB;
}
</style>