Shades of Cornflower Blue #508DF3
Tints of Cornflower Blue #508DF3
RGB
CMYK
RGB Variations
Color information
#508DF3 (or 0x508DF3) is known color: Cornflower Blue. HEX triplet: 50, 8D and F3. RGB value is (80,141,243). Sum of RGB (Red+Green+Blue) = 80+141+243=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #508DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508DF3 is #AF720C. Grayscale: #858585. Windows color (decimal): -11497997 or 15961424. OLE color: 15961424.
HSL color Cylindrical-coordinate representation of color #508DF3: hue angle of 217.55º 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 #508DF3 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 141 | 243 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.05 |
| HSL | 217.55º | 0.87% | 0.63% | - |
| HSV(B) | 217.55º | 0.67% | 0.95% | - |
| XYZ | 29.01 | 27.23 | 88.52 | - |
| YUV | 134.39 | 189.29 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 243 | 0.67 | 0.42 | 0 | 0.05 | 217.55 | 0.87 | 0.63 |
| Hex | 50 | 8D | F3 | 43 | 2A | 0 | 5 | DA | 57 | 3F |
| Octal | 120 | 215 | 363 | 103 | 52 | 0 | 5 | 332 | 127 | 77 |
| Binary | 1010000 | 10001101 | 11110011 | 1000011 | 101010 | 0 | 101 | 11011010 | 1010111 | 111111 |
Color Harmonies of #508DF3
Complementary color
Monochromatic Colors of #508DF3
Black with #508DF3
Text Example
Text Example
White with #508DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DF3; }
p { color: rgb(80,141,243); }
H1.HeaderClassName
{
color: #508DF3;
}
.AnyTagClassName
{
color: #508DF3;
}
</style>
background-color css
<style>
a { background-color: #508DF3; }
a { background-color: rgb(80,141,243); }
div.DivClassName
{
background-color: #508DF3;
}
.BgClassName
{
background-color: #508DF3;
}
</style>
border-color css
<style>
span { border-color: #508DF3; }
span { border-color: rgb(80,141,243); }
td.TdClassName
{
border-color: #508DF3;
}
.TagClassName
{
border-color: #508DF3;
}
</style>