Shades of Royal Blue #4375EC
Tints of Royal Blue #4375EC
RGB
CMYK
RGB Variations
Color information
#4375EC (or 0x4375EC) is known color: Royal Blue. HEX triplet: 43, 75 and EC. RGB value is (67,117,236). Sum of RGB (Red+Green+Blue) = 67+117+236=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #4375EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4375EC is #BC8A13. Grayscale: #737373. Windows color (decimal): -12356116 or 15496515. OLE color: 15496515.
HSL color Cylindrical-coordinate representation of color #4375EC: hue angle of 222.25º 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 #4375EC is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 117 | 236 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.07 |
| HSL | 222.25º | 0.82% | 0.59% | - |
| HSV(B) | 222.25º | 0.72% | 0.93% | - |
| XYZ | 23.82 | 19.97 | 81.96 | - |
| YUV | 115.62 | 195.94 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 236 | 0.72 | 0.50 | 0 | 0.07 | 222.25 | 0.82 | 0.59 |
| Hex | 43 | 75 | EC | 48 | 32 | 0 | 7 | DE | 52 | 3B |
| Octal | 103 | 165 | 354 | 110 | 62 | 0 | 7 | 336 | 122 | 73 |
| Binary | 1000011 | 1110101 | 11101100 | 1001000 | 110010 | 0 | 111 | 11011110 | 1010010 | 111011 |
Color Harmonies of #4375EC
Complementary color
Monochromatic Colors of #4375EC
Black with #4375EC
Text Example
Text Example
White with #4375EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375EC; }
p { color: rgb(67,117,236); }
H1.HeaderClassName
{
color: #4375EC;
}
.AnyTagClassName
{
color: #4375EC;
}
</style>
background-color css
<style>
a { background-color: #4375EC; }
a { background-color: rgb(67,117,236); }
div.DivClassName
{
background-color: #4375EC;
}
.BgClassName
{
background-color: #4375EC;
}
</style>
border-color css
<style>
span { border-color: #4375EC; }
span { border-color: rgb(67,117,236); }
td.TdClassName
{
border-color: #4375EC;
}
.TagClassName
{
border-color: #4375EC;
}
</style>