Shades of Rich Blue #503FB8
Tints of Rich Blue #503FB8
RGB
CMYK
RGB Variations
Color information
#503FB8 (or 0x503FB8) is known color: Rich Blue. HEX triplet: 50, 3F and B8. RGB value is (80,63,184). Sum of RGB (Red+Green+Blue) = 80+63+184=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 184 (72.27% from 255 or 56.27% from 327); Max value from RGB is 184 - color contains mainly: blue. Hex color #503FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FB8 is #AFC047. Grayscale: #515151. Windows color (decimal): -11518024 or 12074832. OLE color: 12074832.
HSL color Cylindrical-coordinate representation of color #503FB8: hue angle of 248.43º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503FB8 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 63 | 184 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.28 |
| HSL | 248.43º | 0.49% | 0.48% | - |
| HSV(B) | 248.43º | 0.66% | 0.72% | - |
| XYZ | 13.74 | 8.72 | 46.31 | - |
| YUV | 81.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 184 | 0.57 | 0.66 | 0 | 0.28 | 248.43 | 0.49 | 0.48 |
| Hex | 50 | 3F | B8 | 39 | 42 | 0 | 1C | F8 | 31 | 30 |
| Octal | 120 | 77 | 270 | 71 | 102 | 0 | 34 | 370 | 61 | 60 |
| Binary | 1010000 | 111111 | 10111000 | 111001 | 1000010 | 0 | 11100 | 11111000 | 110001 | 110000 |
Color Harmonies of #503FB8
Complementary color
Monochromatic Colors of #503FB8
Black with #503FB8
Text Example
Text Example
White with #503FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FB8; }
p { color: rgb(80,63,184); }
H1.HeaderClassName
{
color: #503FB8;
}
.AnyTagClassName
{
color: #503FB8;
}
</style>
background-color css
<style>
a { background-color: #503FB8; }
a { background-color: rgb(80,63,184); }
div.DivClassName
{
background-color: #503FB8;
}
.BgClassName
{
background-color: #503FB8;
}
</style>
border-color css
<style>
span { border-color: #503FB8; }
span { border-color: rgb(80,63,184); }
td.TdClassName
{
border-color: #503FB8;
}
.TagClassName
{
border-color: #503FB8;
}
</style>