Shades of Royal Blue #5075F3
Tints of Royal Blue #5075F3
RGB
CMYK
RGB Variations
Color information
#5075F3 (or 0x5075F3) is known color: Royal Blue. HEX triplet: 50, 75 and F3. RGB value is (80,117,243). Sum of RGB (Red+Green+Blue) = 80+117+243=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #5075F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5075F3 is #AF8A0C. Grayscale: #777777. Windows color (decimal): -11504141 or 15955280. OLE color: 15955280.
HSL color Cylindrical-coordinate representation of color #5075F3: hue angle of 226.38º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5075F3 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 117 | 243 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.05 |
| HSL | 226.38º | 0.87% | 0.63% | - |
| HSV(B) | 226.38º | 0.67% | 0.95% | - |
| XYZ | 25.85 | 20.9 | 87.47 | - |
| YUV | 120.3 | 197.24 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 243 | 0.67 | 0.52 | 0 | 0.05 | 226.38 | 0.87 | 0.63 |
| Hex | 50 | 75 | F3 | 43 | 34 | 0 | 5 | E2 | 57 | 3F |
| Octal | 120 | 165 | 363 | 103 | 64 | 0 | 5 | 342 | 127 | 77 |
| Binary | 1010000 | 1110101 | 11110011 | 1000011 | 110100 | 0 | 101 | 11100010 | 1010111 | 111111 |
Color Harmonies of #5075F3
Complementary color
Monochromatic Colors of #5075F3
Black with #5075F3
Text Example
Text Example
White with #5075F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5075F3; }
p { color: rgb(80,117,243); }
H1.HeaderClassName
{
color: #5075F3;
}
.AnyTagClassName
{
color: #5075F3;
}
</style>
background-color css
<style>
a { background-color: #5075F3; }
a { background-color: rgb(80,117,243); }
div.DivClassName
{
background-color: #5075F3;
}
.BgClassName
{
background-color: #5075F3;
}
</style>
border-color css
<style>
span { border-color: #5075F3; }
span { border-color: rgb(80,117,243); }
td.TdClassName
{
border-color: #5075F3;
}
.TagClassName
{
border-color: #5075F3;
}
</style>