Shades of Cornflower Blue #508AF4
Tints of Cornflower Blue #508AF4
RGB
CMYK
RGB Variations
Color information
#508AF4 (or 0x508AF4) is known color: Cornflower Blue. HEX triplet: 50, 8A and F4. RGB value is (80,138,244). Sum of RGB (Red+Green+Blue) = 80+138+244=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 244 (95.70% from 255 or 52.81% from 462); Max value from RGB is 244 - color contains mainly: blue. Hex color #508AF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508AF4 is #AF750B. Grayscale: #848484. Windows color (decimal): -11498764 or 16026192. OLE color: 16026192.
HSL color Cylindrical-coordinate representation of color #508AF4: hue angle of 218.78º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #508AF4 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 138 | 244 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.04 |
| HSL | 218.78º | 0.88% | 0.64% | - |
| HSV(B) | 218.78º | 0.67% | 0.96% | - |
| XYZ | 28.73 | 26.41 | 89.17 | - |
| YUV | 132.74 | 190.78 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 244 | 0.67 | 0.43 | 0 | 0.04 | 218.78 | 0.88 | 0.64 |
| Hex | 50 | 8A | F4 | 43 | 2B | 0 | 4 | DB | 58 | 40 |
| Octal | 120 | 212 | 364 | 103 | 53 | 0 | 4 | 333 | 130 | 100 |
| Binary | 1010000 | 10001010 | 11110100 | 1000011 | 101011 | 0 | 100 | 11011011 | 1011000 | 1000000 |
Color Harmonies of #508AF4
Complementary color
Monochromatic Colors of #508AF4
Black with #508AF4
Text Example
Text Example
White with #508AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508AF4; }
p { color: rgb(80,138,244); }
H1.HeaderClassName
{
color: #508AF4;
}
.AnyTagClassName
{
color: #508AF4;
}
</style>
background-color css
<style>
a { background-color: #508AF4; }
a { background-color: rgb(80,138,244); }
div.DivClassName
{
background-color: #508AF4;
}
.BgClassName
{
background-color: #508AF4;
}
</style>
border-color css
<style>
span { border-color: #508AF4; }
span { border-color: rgb(80,138,244); }
td.TdClassName
{
border-color: #508AF4;
}
.TagClassName
{
border-color: #508AF4;
}
</style>