Shades of Cornflower Blue #508FF3
Tints of Cornflower Blue #508FF3
RGB
CMYK
RGB Variations
Color information
#508FF3 (or 0x508FF3) is known color: Cornflower Blue. HEX triplet: 50, 8F and F3. RGB value is (80,143,243). Sum of RGB (Red+Green+Blue) = 80+143+243=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #508FF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FF3 is #AF700C. Grayscale: #878787. Windows color (decimal): -11497485 or 15961936. OLE color: 15961936.
HSL color Cylindrical-coordinate representation of color #508FF3: hue angle of 216.81º 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 #508FF3 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 143 | 243 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.05 |
| HSL | 216.81º | 0.87% | 0.63% | - |
| HSV(B) | 216.81º | 0.67% | 0.95% | - |
| XYZ | 29.31 | 27.82 | 88.62 | - |
| YUV | 135.56 | 188.63 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 243 | 0.67 | 0.41 | 0 | 0.05 | 216.81 | 0.87 | 0.63 |
| Hex | 50 | 8F | F3 | 43 | 29 | 0 | 5 | D9 | 57 | 3F |
| Octal | 120 | 217 | 363 | 103 | 51 | 0 | 5 | 331 | 127 | 77 |
| Binary | 1010000 | 10001111 | 11110011 | 1000011 | 101001 | 0 | 101 | 11011001 | 1010111 | 111111 |
Color Harmonies of #508FF3
Complementary color
Monochromatic Colors of #508FF3
Black with #508FF3
Text Example
Text Example
White with #508FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508FF3; }
p { color: rgb(80,143,243); }
H1.HeaderClassName
{
color: #508FF3;
}
.AnyTagClassName
{
color: #508FF3;
}
</style>
background-color css
<style>
a { background-color: #508FF3; }
a { background-color: rgb(80,143,243); }
div.DivClassName
{
background-color: #508FF3;
}
.BgClassName
{
background-color: #508FF3;
}
</style>
border-color css
<style>
span { border-color: #508FF3; }
span { border-color: rgb(80,143,243); }
td.TdClassName
{
border-color: #508FF3;
}
.TagClassName
{
border-color: #508FF3;
}
</style>