Shades of Cornflower Blue #508FF2
Tints of Cornflower Blue #508FF2
RGB
CMYK
RGB Variations
Color information
#508FF2 (or 0x508FF2) is known color: Cornflower Blue. HEX triplet: 50, 8F and F2. RGB value is (80,143,242). Sum of RGB (Red+Green+Blue) = 80+143+242=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #508FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FF2 is #AF700D. Grayscale: #868686. Windows color (decimal): -11497486 or 15896400. OLE color: 15896400.
HSL color Cylindrical-coordinate representation of color #508FF2: hue angle of 216.67º degrees, saturation: 0.86, 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 #508FF2 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 143 | 242 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.05 |
| HSL | 216.67º | 0.86% | 0.63% | - |
| HSV(B) | 216.67º | 0.67% | 0.95% | - |
| XYZ | 29.16 | 27.76 | 87.83 | - |
| YUV | 135.45 | 188.13 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 242 | 0.67 | 0.41 | 0 | 0.05 | 216.67 | 0.86 | 0.63 |
| Hex | 50 | 8F | F2 | 43 | 29 | 0 | 5 | D9 | 56 | 3F |
| Octal | 120 | 217 | 362 | 103 | 51 | 0 | 5 | 331 | 126 | 77 |
| Binary | 1010000 | 10001111 | 11110010 | 1000011 | 101001 | 0 | 101 | 11011001 | 1010110 | 111111 |
Color Harmonies of #508FF2
Complementary color
Monochromatic Colors of #508FF2
Black with #508FF2
Text Example
Text Example
White with #508FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508FF2; }
p { color: rgb(80,143,242); }
H1.HeaderClassName
{
color: #508FF2;
}
.AnyTagClassName
{
color: #508FF2;
}
</style>
background-color css
<style>
a { background-color: #508FF2; }
a { background-color: rgb(80,143,242); }
div.DivClassName
{
background-color: #508FF2;
}
.BgClassName
{
background-color: #508FF2;
}
</style>
border-color css
<style>
span { border-color: #508FF2; }
span { border-color: rgb(80,143,242); }
td.TdClassName
{
border-color: #508FF2;
}
.TagClassName
{
border-color: #508FF2;
}
</style>