Shades of Cornflower Blue #509CEF
Tints of Cornflower Blue #509CEF
RGB
CMYK
RGB Variations
Color information
#509CEF (or 0x509CEF) is known color: Cornflower Blue. HEX triplet: 50, 9C and EF. RGB value is (80,156,239). Sum of RGB (Red+Green+Blue) = 80+156+239=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #509CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509CEF is #AF6310. Grayscale: #8E8E8E. Windows color (decimal): -11494161 or 15703120. OLE color: 15703120.
HSL color Cylindrical-coordinate representation of color #509CEF: hue angle of 211.32º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #509CEF is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 156 | 239 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.06 |
| HSL | 211.32º | 0.83% | 0.63% | - |
| HSV(B) | 211.32º | 0.67% | 0.94% | - |
| XYZ | 30.78 | 31.71 | 86.16 | - |
| YUV | 142.74 | 182.32 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 239 | 0.67 | 0.35 | 0 | 0.06 | 211.32 | 0.83 | 0.63 |
| Hex | 50 | 9C | EF | 43 | 23 | 0 | 6 | D3 | 53 | 3F |
| Octal | 120 | 234 | 357 | 103 | 43 | 0 | 6 | 323 | 123 | 77 |
| Binary | 1010000 | 10011100 | 11101111 | 1000011 | 100011 | 0 | 110 | 11010011 | 1010011 | 111111 |
Color Harmonies of #509CEF
Complementary color
Monochromatic Colors of #509CEF
Black with #509CEF
Text Example
Text Example
White with #509CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CEF; }
p { color: rgb(80,156,239); }
H1.HeaderClassName
{
color: #509CEF;
}
.AnyTagClassName
{
color: #509CEF;
}
</style>
background-color css
<style>
a { background-color: #509CEF; }
a { background-color: rgb(80,156,239); }
div.DivClassName
{
background-color: #509CEF;
}
.BgClassName
{
background-color: #509CEF;
}
</style>
border-color css
<style>
span { border-color: #509CEF; }
span { border-color: rgb(80,156,239); }
td.TdClassName
{
border-color: #509CEF;
}
.TagClassName
{
border-color: #509CEF;
}
</style>