Shades of Cornflower Blue #5783EF
Tints of Cornflower Blue #5783EF
RGB
CMYK
RGB Variations
Color information
#5783EF (or 0x5783EF) is known color: Cornflower Blue. HEX triplet: 57, 83 and EF. RGB value is (87,131,239). Sum of RGB (Red+Green+Blue) = 87+131+239=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #5783EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5783EF is #A87C10. Grayscale: #818181. Windows color (decimal): -11041809 or 15696727. OLE color: 15696727.
HSL color Cylindrical-coordinate representation of color #5783EF: hue angle of 222.63º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5783EF is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 131 | 239 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.06 |
| HSL | 222.63º | 0.83% | 0.64% | - |
| HSV(B) | 222.63º | 0.64% | 0.94% | - |
| XYZ | 27.63 | 24.49 | 84.93 | - |
| YUV | 130.16 | 189.42 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 131 | 239 | 0.64 | 0.45 | 0 | 0.06 | 222.63 | 0.83 | 0.64 |
| Hex | 57 | 83 | EF | 40 | 2D | 0 | 6 | DF | 53 | 40 |
| Octal | 127 | 203 | 357 | 100 | 55 | 0 | 6 | 337 | 123 | 100 |
| Binary | 1010111 | 10000011 | 11101111 | 1000000 | 101101 | 0 | 110 | 11011111 | 1010011 | 1000000 |
Color Harmonies of #5783EF
Complementary color
Monochromatic Colors of #5783EF
Black with #5783EF
Text Example
Text Example
White with #5783EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5783EF; }
p { color: rgb(87,131,239); }
H1.HeaderClassName
{
color: #5783EF;
}
.AnyTagClassName
{
color: #5783EF;
}
</style>
background-color css
<style>
a { background-color: #5783EF; }
a { background-color: rgb(87,131,239); }
div.DivClassName
{
background-color: #5783EF;
}
.BgClassName
{
background-color: #5783EF;
}
</style>
border-color css
<style>
span { border-color: #5783EF; }
span { border-color: rgb(87,131,239); }
td.TdClassName
{
border-color: #5783EF;
}
.TagClassName
{
border-color: #5783EF;
}
</style>