Shades of Royal Blue #4285ED
Tints of Royal Blue #4285ED
RGB
CMYK
RGB Variations
Color information
#4285ED (or 0x4285ED) is known color: Royal Blue. HEX triplet: 42, 85 and ED. RGB value is (66,133,237). Sum of RGB (Red+Green+Blue) = 66+133+237=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #4285ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4285ED is #BD7A12. Grayscale: #7C7C7C. Windows color (decimal): -12417555 or 15566146. OLE color: 15566146.
HSL color Cylindrical-coordinate representation of color #4285ED: hue angle of 216.49º degrees, saturation: 0.83, 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 #4285ED is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 133 | 237 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.07 |
| HSL | 216.49º | 0.83% | 0.59% | - |
| HSV(B) | 216.49º | 0.72% | 0.93% | - |
| XYZ | 25.92 | 24.05 | 83.4 | - |
| YUV | 124.82 | 191.3 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 237 | 0.72 | 0.44 | 0 | 0.07 | 216.49 | 0.83 | 0.59 |
| Hex | 42 | 85 | ED | 48 | 2C | 0 | 7 | D8 | 53 | 3B |
| Octal | 102 | 205 | 355 | 110 | 54 | 0 | 7 | 330 | 123 | 73 |
| Binary | 1000010 | 10000101 | 11101101 | 1001000 | 101100 | 0 | 111 | 11011000 | 1010011 | 111011 |
Color Harmonies of #4285ED
Complementary color
Monochromatic Colors of #4285ED
Black with #4285ED
Text Example
Text Example
White with #4285ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4285ED; }
p { color: rgb(66,133,237); }
H1.HeaderClassName
{
color: #4285ED;
}
.AnyTagClassName
{
color: #4285ED;
}
</style>
background-color css
<style>
a { background-color: #4285ED; }
a { background-color: rgb(66,133,237); }
div.DivClassName
{
background-color: #4285ED;
}
.BgClassName
{
background-color: #4285ED;
}
</style>
border-color css
<style>
span { border-color: #4285ED; }
span { border-color: rgb(66,133,237); }
td.TdClassName
{
border-color: #4285ED;
}
.TagClassName
{
border-color: #4285ED;
}
</style>