Shades of Cornflower Blue #508CFB
Tints of Cornflower Blue #508CFB
RGB
CMYK
RGB Variations
Color information
#508CFB (or 0x508CFB) is known color: Cornflower Blue. HEX triplet: 50, 8C and FB. RGB value is (80,140,251). Sum of RGB (Red+Green+Blue) = 80+140+251=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #508CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508CFB is #AF7304. Grayscale: #868686. Windows color (decimal): -11498245 or 16485456. OLE color: 16485456.
HSL color Cylindrical-coordinate representation of color #508CFB: hue angle of 218.95º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #508CFB is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 140 | 251 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.02 |
| HSL | 218.95º | 0.96% | 0.65% | - |
| HSV(B) | 218.95º | 0.68% | 0.98% | - |
| XYZ | 30.1 | 27.43 | 94.97 | - |
| YUV | 134.71 | 193.62 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 251 | 0.68 | 0.44 | 0 | 0.02 | 218.95 | 0.96 | 0.65 |
| Hex | 50 | 8C | FB | 44 | 2C | 0 | 2 | DB | 60 | 41 |
| Octal | 120 | 214 | 373 | 104 | 54 | 0 | 2 | 333 | 140 | 101 |
| Binary | 1010000 | 10001100 | 11111011 | 1000100 | 101100 | 0 | 10 | 11011011 | 1100000 | 1000001 |
Color Harmonies of #508CFB
Complementary color
Monochromatic Colors of #508CFB
Black with #508CFB
Text Example
Text Example
White with #508CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CFB; }
p { color: rgb(80,140,251); }
H1.HeaderClassName
{
color: #508CFB;
}
.AnyTagClassName
{
color: #508CFB;
}
</style>
background-color css
<style>
a { background-color: #508CFB; }
a { background-color: rgb(80,140,251); }
div.DivClassName
{
background-color: #508CFB;
}
.BgClassName
{
background-color: #508CFB;
}
</style>
border-color css
<style>
span { border-color: #508CFB; }
span { border-color: rgb(80,140,251); }
td.TdClassName
{
border-color: #508CFB;
}
.TagClassName
{
border-color: #508CFB;
}
</style>