Shades of Cornflower Blue #5C82DD
Tints of Cornflower Blue #5C82DD
RGB
CMYK
RGB Variations
Color information
#5C82DD (or 0x5C82DD) is known color: Cornflower Blue. HEX triplet: 5C, 82 and DD. RGB value is (92,130,221). Sum of RGB (Red+Green+Blue) = 92+130+221=443 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.77% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C82DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C82DD is #A37D22. Grayscale: #808080. Windows color (decimal): -10714403 or 14516828. OLE color: 14516828.
HSL color Cylindrical-coordinate representation of color #5C82DD: hue angle of 222.33º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C82DD is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 130 | 221 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.13 |
| HSL | 222.33º | 0.65% | 0.61% | - |
| HSV(B) | 222.33º | 0.58% | 0.87% | - |
| XYZ | 25.45 | 23.46 | 71.59 | - |
| YUV | 129.01 | 179.91 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 130 | 221 | 0.58 | 0.41 | 0 | 0.13 | 222.33 | 0.65 | 0.61 |
| Hex | 5C | 82 | DD | 3A | 29 | 0 | D | DE | 41 | 3D |
| Octal | 134 | 202 | 335 | 72 | 51 | 0 | 15 | 336 | 101 | 75 |
| Binary | 1011100 | 10000010 | 11011101 | 111010 | 101001 | 0 | 1101 | 11011110 | 1000001 | 111101 |
Color Harmonies of #5C82DD
Complementary color
Monochromatic Colors of #5C82DD
Black with #5C82DD
Text Example
Text Example
White with #5C82DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C82DD; }
p { color: rgb(92,130,221); }
H1.HeaderClassName
{
color: #5C82DD;
}
.AnyTagClassName
{
color: #5C82DD;
}
</style>
background-color css
<style>
a { background-color: #5C82DD; }
a { background-color: rgb(92,130,221); }
div.DivClassName
{
background-color: #5C82DD;
}
.BgClassName
{
background-color: #5C82DD;
}
</style>
border-color css
<style>
span { border-color: #5C82DD; }
span { border-color: rgb(92,130,221); }
td.TdClassName
{
border-color: #5C82DD;
}
.TagClassName
{
border-color: #5C82DD;
}
</style>