Shades of Royal Blue #2D50ED
Tints of Royal Blue #2D50ED
RGB
CMYK
RGB Variations
Color information
#2D50ED (or 0x2D50ED) is known color: Royal Blue. HEX triplet: 2D, 50 and ED. RGB value is (45,80,237). Sum of RGB (Red+Green+Blue) = 45+80+237=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #2D50ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D50ED is #D2AF12. Grayscale: #565656. Windows color (decimal): -13807379 or 15552557. OLE color: 15552557.
HSL color Cylindrical-coordinate representation of color #2D50ED: hue angle of 229.06º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D50ED is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 80 | 237 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.07 |
| HSL | 229.06º | 0.84% | 0.55% | - |
| HSV(B) | 229.06º | 0.81% | 0.93% | - |
| XYZ | 19.24 | 12.41 | 81.5 | - |
| YUV | 87.43 | 212.4 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 237 | 0.81 | 0.66 | 0 | 0.07 | 229.06 | 0.84 | 0.55 |
| Hex | 2D | 50 | ED | 51 | 42 | 0 | 7 | E5 | 54 | 37 |
| Octal | 55 | 120 | 355 | 121 | 102 | 0 | 7 | 345 | 124 | 67 |
| Binary | 101101 | 1010000 | 11101101 | 1010001 | 1000010 | 0 | 111 | 11100101 | 1010100 | 110111 |
Color Harmonies of #2D50ED
Complementary color
Monochromatic Colors of #2D50ED
Black with #2D50ED
Text Example
Text Example
White with #2D50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D50ED; }
p { color: rgb(45,80,237); }
H1.HeaderClassName
{
color: #2D50ED;
}
.AnyTagClassName
{
color: #2D50ED;
}
</style>
background-color css
<style>
a { background-color: #2D50ED; }
a { background-color: rgb(45,80,237); }
div.DivClassName
{
background-color: #2D50ED;
}
.BgClassName
{
background-color: #2D50ED;
}
</style>
border-color css
<style>
span { border-color: #2D50ED; }
span { border-color: rgb(45,80,237); }
td.TdClassName
{
border-color: #2D50ED;
}
.TagClassName
{
border-color: #2D50ED;
}
</style>