Shades of Cornflower Blue #5780FE
Tints of Cornflower Blue #5780FE
RGB
CMYK
RGB Variations
Color information
#5780FE (or 0x5780FE) is known color: Cornflower Blue. HEX triplet: 57, 80 and FE. RGB value is (87,128,254). Sum of RGB (Red+Green+Blue) = 87+128+254=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #5780FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5780FE is #A87F01. Grayscale: #818181. Windows color (decimal): -11042562 or 16678999. OLE color: 16678999.
HSL color Cylindrical-coordinate representation of color #5780FE: hue angle of 225.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5780FE is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 128 | 254 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.00 |
| HSL | 225.27º | 0.99% | 0.67% | - |
| HSV(B) | 225.27º | 0.66% | 1% | - |
| XYZ | 29.54 | 24.62 | 96.96 | - |
| YUV | 130.11 | 197.92 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 254 | 0.66 | 0.50 | 0 | 0.00 | 225.27 | 0.99 | 0.67 |
| Hex | 57 | 80 | FE | 42 | 32 | 0 | 0 | E1 | 63 | 43 |
| Octal | 127 | 200 | 376 | 102 | 62 | 0 | 0 | 341 | 143 | 103 |
| Binary | 1010111 | 10000000 | 11111110 | 1000010 | 110010 | 0 | 0 | 11100001 | 1100011 | 1000011 |
Color Harmonies of #5780FE
Complementary color
Monochromatic Colors of #5780FE
Black with #5780FE
Text Example
Text Example
White with #5780FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5780FE; }
p { color: rgb(87,128,254); }
H1.HeaderClassName
{
color: #5780FE;
}
.AnyTagClassName
{
color: #5780FE;
}
</style>
background-color css
<style>
a { background-color: #5780FE; }
a { background-color: rgb(87,128,254); }
div.DivClassName
{
background-color: #5780FE;
}
.BgClassName
{
background-color: #5780FE;
}
</style>
border-color css
<style>
span { border-color: #5780FE; }
span { border-color: rgb(87,128,254); }
td.TdClassName
{
border-color: #5780FE;
}
.TagClassName
{
border-color: #5780FE;
}
</style>