Shades of Royal Blue #3250ED
Tints of Royal Blue #3250ED
RGB
CMYK
RGB Variations
Color information
#3250ED (or 0x3250ED) is known color: Royal Blue. HEX triplet: 32, 50 and ED. RGB value is (50,80,237). Sum of RGB (Red+Green+Blue) = 50+80+237=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #3250ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3250ED is #CDAF12. Grayscale: #585858. Windows color (decimal): -13479699 or 15552562. OLE color: 15552562.
HSL color Cylindrical-coordinate representation of color #3250ED: hue angle of 230.37º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3250ED is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 80 | 237 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.07 |
| HSL | 230.37º | 0.84% | 0.56% | - |
| HSV(B) | 230.37º | 0.79% | 0.93% | - |
| XYZ | 19.47 | 12.53 | 81.51 | - |
| YUV | 88.93 | 211.56 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 237 | 0.79 | 0.66 | 0 | 0.07 | 230.37 | 0.84 | 0.56 |
| Hex | 32 | 50 | ED | 4F | 42 | 0 | 7 | E6 | 54 | 38 |
| Octal | 62 | 120 | 355 | 117 | 102 | 0 | 7 | 346 | 124 | 70 |
| Binary | 110010 | 1010000 | 11101101 | 1001111 | 1000010 | 0 | 111 | 11100110 | 1010100 | 111000 |
Color Harmonies of #3250ED
Complementary color
Monochromatic Colors of #3250ED
Black with #3250ED
Text Example
Text Example
White with #3250ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3250ED; }
p { color: rgb(50,80,237); }
H1.HeaderClassName
{
color: #3250ED;
}
.AnyTagClassName
{
color: #3250ED;
}
</style>
background-color css
<style>
a { background-color: #3250ED; }
a { background-color: rgb(50,80,237); }
div.DivClassName
{
background-color: #3250ED;
}
.BgClassName
{
background-color: #3250ED;
}
</style>
border-color css
<style>
span { border-color: #3250ED; }
span { border-color: rgb(50,80,237); }
td.TdClassName
{
border-color: #3250ED;
}
.TagClassName
{
border-color: #3250ED;
}
</style>