Shades of Royal Blue #4265EC
Tints of Royal Blue #4265EC
RGB
CMYK
RGB Variations
Color information
#4265EC (or 0x4265EC) is known color: Royal Blue. HEX triplet: 42, 65 and EC. RGB value is (66,101,236). Sum of RGB (Red+Green+Blue) = 66+101+236=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #4265EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4265EC is #BD9A13. Grayscale: #696969. Windows color (decimal): -12425748 or 15492418. OLE color: 15492418.
HSL color Cylindrical-coordinate representation of color #4265EC: hue angle of 227.65º degrees, saturation: 0.82, 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 #4265EC is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 101 | 236 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.07 |
| HSL | 227.65º | 0.82% | 0.59% | - |
| HSV(B) | 227.65º | 0.72% | 0.93% | - |
| XYZ | 22.04 | 16.52 | 81.38 | - |
| YUV | 105.93 | 201.4 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 236 | 0.72 | 0.57 | 0 | 0.07 | 227.65 | 0.82 | 0.59 |
| Hex | 42 | 65 | EC | 48 | 39 | 0 | 7 | E4 | 52 | 3B |
| Octal | 102 | 145 | 354 | 110 | 71 | 0 | 7 | 344 | 122 | 73 |
| Binary | 1000010 | 1100101 | 11101100 | 1001000 | 111001 | 0 | 111 | 11100100 | 1010010 | 111011 |
Color Harmonies of #4265EC
Complementary color
Monochromatic Colors of #4265EC
Black with #4265EC
Text Example
Text Example
White with #4265EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4265EC; }
p { color: rgb(66,101,236); }
H1.HeaderClassName
{
color: #4265EC;
}
.AnyTagClassName
{
color: #4265EC;
}
</style>
background-color css
<style>
a { background-color: #4265EC; }
a { background-color: rgb(66,101,236); }
div.DivClassName
{
background-color: #4265EC;
}
.BgClassName
{
background-color: #4265EC;
}
</style>
border-color css
<style>
span { border-color: #4265EC; }
span { border-color: rgb(66,101,236); }
td.TdClassName
{
border-color: #4265EC;
}
.TagClassName
{
border-color: #4265EC;
}
</style>