Shades of Cornflower Blue #509AFB
Tints of Cornflower Blue #509AFB
RGB
CMYK
RGB Variations
Color information
#509AFB (or 0x509AFB) is known color: Cornflower Blue. HEX triplet: 50, 9A and FB. RGB value is (80,154,251). Sum of RGB (Red+Green+Blue) = 80+154+251=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #509AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AFB is #AF6504. Grayscale: #8E8E8E. Windows color (decimal): -11494661 or 16489040. OLE color: 16489040.
HSL color Cylindrical-coordinate representation of color #509AFB: hue angle of 214.04º 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 #509AFB is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 154 | 251 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.02 |
| HSL | 214.04º | 0.96% | 0.65% | - |
| HSV(B) | 214.04º | 0.68% | 0.98% | - |
| XYZ | 32.28 | 31.78 | 95.7 | - |
| YUV | 142.93 | 188.98 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 251 | 0.68 | 0.39 | 0 | 0.02 | 214.04 | 0.96 | 0.65 |
| Hex | 50 | 9A | FB | 44 | 27 | 0 | 2 | D6 | 60 | 41 |
| Octal | 120 | 232 | 373 | 104 | 47 | 0 | 2 | 326 | 140 | 101 |
| Binary | 1010000 | 10011010 | 11111011 | 1000100 | 100111 | 0 | 10 | 11010110 | 1100000 | 1000001 |
Color Harmonies of #509AFB
Complementary color
Monochromatic Colors of #509AFB
Black with #509AFB
Text Example
Text Example
White with #509AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509AFB; }
p { color: rgb(80,154,251); }
H1.HeaderClassName
{
color: #509AFB;
}
.AnyTagClassName
{
color: #509AFB;
}
</style>
background-color css
<style>
a { background-color: #509AFB; }
a { background-color: rgb(80,154,251); }
div.DivClassName
{
background-color: #509AFB;
}
.BgClassName
{
background-color: #509AFB;
}
</style>
border-color css
<style>
span { border-color: #509AFB; }
span { border-color: rgb(80,154,251); }
td.TdClassName
{
border-color: #509AFB;
}
.TagClassName
{
border-color: #509AFB;
}
</style>