Shades of Royal Blue #2348ED
Tints of Royal Blue #2348ED
RGB
CMYK
RGB Variations
Color information
#2348ED (or 0x2348ED) is known color: Royal Blue. HEX triplet: 23, 48 and ED. RGB value is (35,72,237). Sum of RGB (Red+Green+Blue) = 35+72+237=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #2348ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2348ED is #DCB712. Grayscale: #4F4F4F. Windows color (decimal): -14464787 or 15550499. OLE color: 15550499.
HSL color Cylindrical-coordinate representation of color #2348ED: hue angle of 229.01º 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 #2348ED is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 72 | 237 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.07 |
| HSL | 229.01º | 0.85% | 0.53% | - |
| HSV(B) | 229.01º | 0.85% | 0.93% | - |
| XYZ | 18.3 | 11.11 | 81.3 | - |
| YUV | 79.75 | 216.74 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 237 | 0.85 | 0.70 | 0 | 0.07 | 229.01 | 0.85 | 0.53 |
| Hex | 23 | 48 | ED | 55 | 46 | 0 | 7 | E5 | 55 | 35 |
| Octal | 43 | 110 | 355 | 125 | 106 | 0 | 7 | 345 | 125 | 65 |
| Binary | 100011 | 1001000 | 11101101 | 1010101 | 1000110 | 0 | 111 | 11100101 | 1010101 | 110101 |
Color Harmonies of #2348ED
Complementary color
Monochromatic Colors of #2348ED
Black with #2348ED
Text Example
Text Example
White with #2348ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2348ED; }
p { color: rgb(35,72,237); }
H1.HeaderClassName
{
color: #2348ED;
}
.AnyTagClassName
{
color: #2348ED;
}
</style>
background-color css
<style>
a { background-color: #2348ED; }
a { background-color: rgb(35,72,237); }
div.DivClassName
{
background-color: #2348ED;
}
.BgClassName
{
background-color: #2348ED;
}
</style>
border-color css
<style>
span { border-color: #2348ED; }
span { border-color: rgb(35,72,237); }
td.TdClassName
{
border-color: #2348ED;
}
.TagClassName
{
border-color: #2348ED;
}
</style>