Shades of Cornflower Blue #5783DC
Tints of Cornflower Blue #5783DC
RGB
CMYK
RGB Variations
Color information
#5783DC (or 0x5783DC) is known color: Cornflower Blue. HEX triplet: 57, 83 and DC. RGB value is (87,131,220). Sum of RGB (Red+Green+Blue) = 87+131+220=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #5783DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5783DC is #A87C23. Grayscale: #7F7F7F. Windows color (decimal): -11041828 or 14451543. OLE color: 14451543.
HSL color Cylindrical-coordinate representation of color #5783DC: hue angle of 220.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5783DC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 131 | 220 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.14 |
| HSL | 220.15º | 0.66% | 0.6% | - |
| HSV(B) | 220.15º | 0.6% | 0.86% | - |
| XYZ | 24.97 | 23.43 | 70.92 | - |
| YUV | 127.99 | 179.92 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 131 | 220 | 0.60 | 0.40 | 0 | 0.14 | 220.15 | 0.66 | 0.6 |
| Hex | 57 | 83 | DC | 3C | 28 | 0 | E | DC | 42 | 3C |
| Octal | 127 | 203 | 334 | 74 | 50 | 0 | 16 | 334 | 102 | 74 |
| Binary | 1010111 | 10000011 | 11011100 | 111100 | 101000 | 0 | 1110 | 11011100 | 1000010 | 111100 |
Color Harmonies of #5783DC
Complementary color
Monochromatic Colors of #5783DC
Black with #5783DC
Text Example
Text Example
White with #5783DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5783DC; }
p { color: rgb(87,131,220); }
H1.HeaderClassName
{
color: #5783DC;
}
.AnyTagClassName
{
color: #5783DC;
}
</style>
background-color css
<style>
a { background-color: #5783DC; }
a { background-color: rgb(87,131,220); }
div.DivClassName
{
background-color: #5783DC;
}
.BgClassName
{
background-color: #5783DC;
}
</style>
border-color css
<style>
span { border-color: #5783DC; }
span { border-color: rgb(87,131,220); }
td.TdClassName
{
border-color: #5783DC;
}
.TagClassName
{
border-color: #5783DC;
}
</style>