Shades of Cornflower Blue #509AF2
Tints of Cornflower Blue #509AF2
RGB
CMYK
RGB Variations
Color information
#509AF2 (or 0x509AF2) is known color: Cornflower Blue. HEX triplet: 50, 9A and F2. RGB value is (80,154,242). Sum of RGB (Red+Green+Blue) = 80+154+242=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #509AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AF2 is #AF650D. Grayscale: #8D8D8D. Windows color (decimal): -11494670 or 15899216. OLE color: 15899216.
HSL color Cylindrical-coordinate representation of color #509AF2: hue angle of 212.59º 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 #509AF2 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 154 | 242 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.05 |
| HSL | 212.59º | 0.86% | 0.63% | - |
| HSV(B) | 212.59º | 0.67% | 0.95% | - |
| XYZ | 30.89 | 31.23 | 88.4 | - |
| YUV | 141.91 | 184.48 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 242 | 0.67 | 0.36 | 0 | 0.05 | 212.59 | 0.86 | 0.63 |
| Hex | 50 | 9A | F2 | 43 | 24 | 0 | 5 | D5 | 56 | 3F |
| Octal | 120 | 232 | 362 | 103 | 44 | 0 | 5 | 325 | 126 | 77 |
| Binary | 1010000 | 10011010 | 11110010 | 1000011 | 100100 | 0 | 101 | 11010101 | 1010110 | 111111 |
Color Harmonies of #509AF2
Complementary color
Monochromatic Colors of #509AF2
Black with #509AF2
Text Example
Text Example
White with #509AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509AF2; }
p { color: rgb(80,154,242); }
H1.HeaderClassName
{
color: #509AF2;
}
.AnyTagClassName
{
color: #509AF2;
}
</style>
background-color css
<style>
a { background-color: #509AF2; }
a { background-color: rgb(80,154,242); }
div.DivClassName
{
background-color: #509AF2;
}
.BgClassName
{
background-color: #509AF2;
}
</style>
border-color css
<style>
span { border-color: #509AF2; }
span { border-color: rgb(80,154,242); }
td.TdClassName
{
border-color: #509AF2;
}
.TagClassName
{
border-color: #509AF2;
}
</style>