Shades of Royal Blue #4267EA
Tints of Royal Blue #4267EA
RGB
CMYK
RGB Variations
Color information
#4267EA (or 0x4267EA) is known color: Royal Blue. HEX triplet: 42, 67 and EA. RGB value is (66,103,234). Sum of RGB (Red+Green+Blue) = 66+103+234=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #4267EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4267EA is #BD9815. Grayscale: #6A6A6A. Windows color (decimal): -12425238 or 15361858. OLE color: 15361858.
HSL color Cylindrical-coordinate representation of color #4267EA: hue angle of 226.79º 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 #4267EA is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 103 | 234 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.08 |
| HSL | 226.79º | 0.8% | 0.59% | - |
| HSV(B) | 226.79º | 0.72% | 0.92% | - |
| XYZ | 21.95 | 16.8 | 79.93 | - |
| YUV | 106.87 | 199.74 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 103 | 234 | 0.72 | 0.56 | 0 | 0.08 | 226.79 | 0.8 | 0.59 |
| Hex | 42 | 67 | EA | 48 | 38 | 0 | 8 | E3 | 50 | 3B |
| Octal | 102 | 147 | 352 | 110 | 70 | 0 | 10 | 343 | 120 | 73 |
| Binary | 1000010 | 1100111 | 11101010 | 1001000 | 111000 | 0 | 1000 | 11100011 | 1010000 | 111011 |
Color Harmonies of #4267EA
Complementary color
Monochromatic Colors of #4267EA
Black with #4267EA
Text Example
Text Example
White with #4267EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4267EA; }
p { color: rgb(66,103,234); }
H1.HeaderClassName
{
color: #4267EA;
}
.AnyTagClassName
{
color: #4267EA;
}
</style>
background-color css
<style>
a { background-color: #4267EA; }
a { background-color: rgb(66,103,234); }
div.DivClassName
{
background-color: #4267EA;
}
.BgClassName
{
background-color: #4267EA;
}
</style>
border-color css
<style>
span { border-color: #4267EA; }
span { border-color: rgb(66,103,234); }
td.TdClassName
{
border-color: #4267EA;
}
.TagClassName
{
border-color: #4267EA;
}
</style>