Shades of Cornflower Blue #50A8F2
Tints of Cornflower Blue #50A8F2
RGB
CMYK
RGB Variations
Color information
#50A8F2 (or 0x50A8F2) is known color: Cornflower Blue. HEX triplet: 50, A8 and F2. RGB value is (80,168,242). Sum of RGB (Red+Green+Blue) = 80+168+242=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #50A8F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A8F2 is #AF570D. Grayscale: #959595. Windows color (decimal): -11491086 or 15902800. OLE color: 15902800.
HSL color Cylindrical-coordinate representation of color #50A8F2: hue angle of 207.41º 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 #50A8F2 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 168 | 242 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.05 |
| HSL | 207.41º | 0.86% | 0.63% | - |
| HSV(B) | 207.41º | 0.67% | 0.95% | - |
| XYZ | 33.34 | 36.12 | 89.22 | - |
| YUV | 150.12 | 179.85 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 242 | 0.67 | 0.31 | 0 | 0.05 | 207.41 | 0.86 | 0.63 |
| Hex | 50 | A8 | F2 | 43 | 1F | 0 | 5 | CF | 56 | 3F |
| Octal | 120 | 250 | 362 | 103 | 37 | 0 | 5 | 317 | 126 | 77 |
| Binary | 1010000 | 10101000 | 11110010 | 1000011 | 11111 | 0 | 101 | 11001111 | 1010110 | 111111 |
Color Harmonies of #50A8F2
Complementary color
Monochromatic Colors of #50A8F2
Black with #50A8F2
Text Example
Text Example
White with #50A8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A8F2; }
p { color: rgb(80,168,242); }
H1.HeaderClassName
{
color: #50A8F2;
}
.AnyTagClassName
{
color: #50A8F2;
}
</style>
background-color css
<style>
a { background-color: #50A8F2; }
a { background-color: rgb(80,168,242); }
div.DivClassName
{
background-color: #50A8F2;
}
.BgClassName
{
background-color: #50A8F2;
}
</style>
border-color css
<style>
span { border-color: #50A8F2; }
span { border-color: rgb(80,168,242); }
td.TdClassName
{
border-color: #50A8F2;
}
.TagClassName
{
border-color: #50A8F2;
}
</style>