Shades of Cornflower Blue #509BFF
Tints of Cornflower Blue #509BFF
RGB
CMYK
RGB Variations
Color information
#509BFF (or 0x509BFF) is known color: Cornflower Blue. HEX triplet: 50, 9B and FF. RGB value is (80,155,255). Sum of RGB (Red+Green+Blue) = 80+155+255=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #509BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BFF is #AF6400. Grayscale: #8F8F8F. Windows color (decimal): -11494401 or 16751440. OLE color: 16751440.
HSL color Cylindrical-coordinate representation of color #509BFF: hue angle of 214.29º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #509BFF is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 155 | 255 | - |
| CMYK | 0.69 | 0.39 | 0 | 0 |
| HSL | 214.29º | 1% | 0.66% | - |
| HSV(B) | 214.29º | 0.69% | 1% | - |
| XYZ | 33.08 | 32.37 | 99.11 | - |
| YUV | 143.98 | 190.65 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 255 | 0.69 | 0.39 | 0 | 0 | 214.29 | 1 | 0.66 |
| Hex | 50 | 9B | FF | 45 | 27 | 0 | 0 | D6 | 64 | 42 |
| Octal | 120 | 233 | 377 | 105 | 47 | 0 | 0 | 326 | 144 | 102 |
| Binary | 1010000 | 10011011 | 11111111 | 1000101 | 100111 | 0 | 0 | 11010110 | 1100100 | 1000010 |
Color Harmonies of #509BFF
Complementary color
Monochromatic Colors of #509BFF
Black with #509BFF
Text Example
Text Example
White with #509BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BFF; }
p { color: rgb(80,155,255); }
H1.HeaderClassName
{
color: #509BFF;
}
.AnyTagClassName
{
color: #509BFF;
}
</style>
background-color css
<style>
a { background-color: #509BFF; }
a { background-color: rgb(80,155,255); }
div.DivClassName
{
background-color: #509BFF;
}
.BgClassName
{
background-color: #509BFF;
}
</style>
border-color css
<style>
span { border-color: #509BFF; }
span { border-color: rgb(80,155,255); }
td.TdClassName
{
border-color: #509BFF;
}
.TagClassName
{
border-color: #509BFF;
}
</style>