Shades of Cornflower Blue #5C82DB
Tints of Cornflower Blue #5C82DB
RGB
CMYK
RGB Variations
Color information
#5C82DB (or 0x5C82DB) is known color: Cornflower Blue. HEX triplet: 5C, 82 and DB. RGB value is (92,130,219). Sum of RGB (Red+Green+Blue) = 92+130+219=441 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.86% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C82DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C82DB is #A37D24. Grayscale: #808080. Windows color (decimal): -10714405 or 14385756. OLE color: 14385756.
HSL color Cylindrical-coordinate representation of color #5C82DB: hue angle of 222.05º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C82DB is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 130 | 219 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.14 |
| HSL | 222.05º | 0.64% | 0.61% | - |
| HSV(B) | 222.05º | 0.58% | 0.86% | - |
| XYZ | 25.18 | 23.36 | 70.2 | - |
| YUV | 128.78 | 178.91 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 130 | 219 | 0.58 | 0.41 | 0 | 0.14 | 222.05 | 0.64 | 0.61 |
| Hex | 5C | 82 | DB | 3A | 29 | 0 | E | DE | 40 | 3D |
| Octal | 134 | 202 | 333 | 72 | 51 | 0 | 16 | 336 | 100 | 75 |
| Binary | 1011100 | 10000010 | 11011011 | 111010 | 101001 | 0 | 1110 | 11011110 | 1000000 | 111101 |
Color Harmonies of #5C82DB
Complementary color
Monochromatic Colors of #5C82DB
Black with #5C82DB
Text Example
Text Example
White with #5C82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C82DB; }
p { color: rgb(92,130,219); }
H1.HeaderClassName
{
color: #5C82DB;
}
.AnyTagClassName
{
color: #5C82DB;
}
</style>
background-color css
<style>
a { background-color: #5C82DB; }
a { background-color: rgb(92,130,219); }
div.DivClassName
{
background-color: #5C82DB;
}
.BgClassName
{
background-color: #5C82DB;
}
</style>
border-color css
<style>
span { border-color: #5C82DB; }
span { border-color: rgb(92,130,219); }
td.TdClassName
{
border-color: #5C82DB;
}
.TagClassName
{
border-color: #5C82DB;
}
</style>