Shades of Royal Blue #3250DF
Tints of Royal Blue #3250DF
RGB
CMYK
RGB Variations
Color information
#3250DF (or 0x3250DF) is known color: Royal Blue. HEX triplet: 32, 50 and DF. RGB value is (50,80,223). Sum of RGB (Red+Green+Blue) = 50+80+223=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #3250DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3250DF is #CDAF20. Grayscale: #565656. Windows color (decimal): -13479713 or 14635058. OLE color: 14635058.
HSL color Cylindrical-coordinate representation of color #3250DF: hue angle of 229.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3250DF is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 80 | 223 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.13 |
| HSL | 229.6º | 0.73% | 0.54% | - |
| HSV(B) | 229.6º | 0.78% | 0.87% | - |
| XYZ | 17.5 | 11.74 | 71.16 | - |
| YUV | 87.33 | 204.56 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 223 | 0.78 | 0.64 | 0 | 0.13 | 229.6 | 0.73 | 0.54 |
| Hex | 32 | 50 | DF | 4E | 40 | 0 | D | E6 | 49 | 36 |
| Octal | 62 | 120 | 337 | 116 | 100 | 0 | 15 | 346 | 111 | 66 |
| Binary | 110010 | 1010000 | 11011111 | 1001110 | 1000000 | 0 | 1101 | 11100110 | 1001001 | 110110 |
Color Harmonies of #3250DF
Complementary color
Monochromatic Colors of #3250DF
Black with #3250DF
Text Example
Text Example
White with #3250DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3250DF; }
p { color: rgb(50,80,223); }
H1.HeaderClassName
{
color: #3250DF;
}
.AnyTagClassName
{
color: #3250DF;
}
</style>
background-color css
<style>
a { background-color: #3250DF; }
a { background-color: rgb(50,80,223); }
div.DivClassName
{
background-color: #3250DF;
}
.BgClassName
{
background-color: #3250DF;
}
</style>
border-color css
<style>
span { border-color: #3250DF; }
span { border-color: rgb(50,80,223); }
td.TdClassName
{
border-color: #3250DF;
}
.TagClassName
{
border-color: #3250DF;
}
</style>