Shades of Cornflower Blue #528CDC
Tints of Cornflower Blue #528CDC
RGB
CMYK
RGB Variations
Color information
#528CDC (or 0x528CDC) is known color: Cornflower Blue. HEX triplet: 52, 8C and DC. RGB value is (82,140,220). Sum of RGB (Red+Green+Blue) = 82+140+220=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #528CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CDC is #AD7323. Grayscale: #838383. Windows color (decimal): -11367204 or 14453842. OLE color: 14453842.
HSL color Cylindrical-coordinate representation of color #528CDC: hue angle of 214.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #528CDC is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 140 | 220 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.14 |
| HSL | 214.78º | 0.66% | 0.59% | - |
| HSV(B) | 214.78º | 0.63% | 0.86% | - |
| XYZ | 25.78 | 25.72 | 71.32 | - |
| YUV | 131.78 | 177.78 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 220 | 0.63 | 0.36 | 0 | 0.14 | 214.78 | 0.66 | 0.59 |
| Hex | 52 | 8C | DC | 3F | 24 | 0 | E | D7 | 42 | 3B |
| Octal | 122 | 214 | 334 | 77 | 44 | 0 | 16 | 327 | 102 | 73 |
| Binary | 1010010 | 10001100 | 11011100 | 111111 | 100100 | 0 | 1110 | 11010111 | 1000010 | 111011 |
Color Harmonies of #528CDC
Complementary color
Monochromatic Colors of #528CDC
Black with #528CDC
Text Example
Text Example
White with #528CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CDC; }
p { color: rgb(82,140,220); }
H1.HeaderClassName
{
color: #528CDC;
}
.AnyTagClassName
{
color: #528CDC;
}
</style>
background-color css
<style>
a { background-color: #528CDC; }
a { background-color: rgb(82,140,220); }
div.DivClassName
{
background-color: #528CDC;
}
.BgClassName
{
background-color: #528CDC;
}
</style>
border-color css
<style>
span { border-color: #528CDC; }
span { border-color: rgb(82,140,220); }
td.TdClassName
{
border-color: #528CDC;
}
.TagClassName
{
border-color: #528CDC;
}
</style>