Shades of Royal Blue #2349ED
Tints of Royal Blue #2349ED
RGB
CMYK
RGB Variations
Color information
#2349ED (or 0x2349ED) is known color: Royal Blue. HEX triplet: 23, 49 and ED. RGB value is (35,73,237). Sum of RGB (Red+Green+Blue) = 35+73+237=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #2349ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2349ED is #DCB612. Grayscale: #4F4F4F. Windows color (decimal): -14464531 or 15550755. OLE color: 15550755.
HSL color Cylindrical-coordinate representation of color #2349ED: hue angle of 228.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2349ED is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 73 | 237 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.07 |
| HSL | 228.71º | 0.85% | 0.53% | - |
| HSV(B) | 228.71º | 0.85% | 0.93% | - |
| XYZ | 18.36 | 11.24 | 81.32 | - |
| YUV | 80.33 | 216.41 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 237 | 0.85 | 0.69 | 0 | 0.07 | 228.71 | 0.85 | 0.53 |
| Hex | 23 | 49 | ED | 55 | 45 | 0 | 7 | E5 | 55 | 35 |
| Octal | 43 | 111 | 355 | 125 | 105 | 0 | 7 | 345 | 125 | 65 |
| Binary | 100011 | 1001001 | 11101101 | 1010101 | 1000101 | 0 | 111 | 11100101 | 1010101 | 110101 |
Color Harmonies of #2349ED
Complementary color
Monochromatic Colors of #2349ED
Black with #2349ED
Text Example
Text Example
White with #2349ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2349ED; }
p { color: rgb(35,73,237); }
H1.HeaderClassName
{
color: #2349ED;
}
.AnyTagClassName
{
color: #2349ED;
}
</style>
background-color css
<style>
a { background-color: #2349ED; }
a { background-color: rgb(35,73,237); }
div.DivClassName
{
background-color: #2349ED;
}
.BgClassName
{
background-color: #2349ED;
}
</style>
border-color css
<style>
span { border-color: #2349ED; }
span { border-color: rgb(35,73,237); }
td.TdClassName
{
border-color: #2349ED;
}
.TagClassName
{
border-color: #2349ED;
}
</style>