Shades of Royal Blue #4268EA
Tints of Royal Blue #4268EA
RGB
CMYK
RGB Variations
Color information
#4268EA (or 0x4268EA) is known color: Royal Blue. HEX triplet: 42, 68 and EA. RGB value is (66,104,234). Sum of RGB (Red+Green+Blue) = 66+104+234=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #4268EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4268EA is #BD9715. Grayscale: #6A6A6A. Windows color (decimal): -12424982 or 15362114. OLE color: 15362114.
HSL color Cylindrical-coordinate representation of color #4268EA: hue angle of 226.43º 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 #4268EA is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 104 | 234 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.08 |
| HSL | 226.43º | 0.8% | 0.59% | - |
| HSV(B) | 226.43º | 0.72% | 0.92% | - |
| XYZ | 22.05 | 17 | 79.96 | - |
| YUV | 107.46 | 199.41 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 234 | 0.72 | 0.56 | 0 | 0.08 | 226.43 | 0.8 | 0.59 |
| Hex | 42 | 68 | EA | 48 | 38 | 0 | 8 | E2 | 50 | 3B |
| Octal | 102 | 150 | 352 | 110 | 70 | 0 | 10 | 342 | 120 | 73 |
| Binary | 1000010 | 1101000 | 11101010 | 1001000 | 111000 | 0 | 1000 | 11100010 | 1010000 | 111011 |
Color Harmonies of #4268EA
Complementary color
Monochromatic Colors of #4268EA
Black with #4268EA
Text Example
Text Example
White with #4268EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4268EA; }
p { color: rgb(66,104,234); }
H1.HeaderClassName
{
color: #4268EA;
}
.AnyTagClassName
{
color: #4268EA;
}
</style>
background-color css
<style>
a { background-color: #4268EA; }
a { background-color: rgb(66,104,234); }
div.DivClassName
{
background-color: #4268EA;
}
.BgClassName
{
background-color: #4268EA;
}
</style>
border-color css
<style>
span { border-color: #4268EA; }
span { border-color: rgb(66,104,234); }
td.TdClassName
{
border-color: #4268EA;
}
.TagClassName
{
border-color: #4268EA;
}
</style>