Shades of Royal Blue #4278EA
Tints of Royal Blue #4278EA
RGB
CMYK
RGB Variations
Color information
#4278EA (or 0x4278EA) is known color: Royal Blue. HEX triplet: 42, 78 and EA. RGB value is (66,120,234). Sum of RGB (Red+Green+Blue) = 66+120+234=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #4278EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4278EA is #BD8715. Grayscale: #747474. Windows color (decimal): -12420886 or 15366210. OLE color: 15366210.
HSL color Cylindrical-coordinate representation of color #4278EA: hue angle of 220.71º degrees, saturation: 0.8, 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 #4278EA is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 120 | 234 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.08 |
| HSL | 220.71º | 0.8% | 0.59% | - |
| HSV(B) | 220.71º | 0.72% | 0.92% | - |
| XYZ | 23.81 | 20.53 | 80.55 | - |
| YUV | 116.85 | 194.11 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 234 | 0.72 | 0.49 | 0 | 0.08 | 220.71 | 0.8 | 0.59 |
| Hex | 42 | 78 | EA | 48 | 31 | 0 | 8 | DD | 50 | 3B |
| Octal | 102 | 170 | 352 | 110 | 61 | 0 | 10 | 335 | 120 | 73 |
| Binary | 1000010 | 1111000 | 11101010 | 1001000 | 110001 | 0 | 1000 | 11011101 | 1010000 | 111011 |
Color Harmonies of #4278EA
Complementary color
Monochromatic Colors of #4278EA
Black with #4278EA
Text Example
Text Example
White with #4278EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4278EA; }
p { color: rgb(66,120,234); }
H1.HeaderClassName
{
color: #4278EA;
}
.AnyTagClassName
{
color: #4278EA;
}
</style>
background-color css
<style>
a { background-color: #4278EA; }
a { background-color: rgb(66,120,234); }
div.DivClassName
{
background-color: #4278EA;
}
.BgClassName
{
background-color: #4278EA;
}
</style>
border-color css
<style>
span { border-color: #4278EA; }
span { border-color: rgb(66,120,234); }
td.TdClassName
{
border-color: #4278EA;
}
.TagClassName
{
border-color: #4278EA;
}
</style>