Shades of Cornflower Blue #528CFC
Tints of Cornflower Blue #528CFC
RGB
CMYK
RGB Variations
Color information
#528CFC (or 0x528CFC) is known color: Cornflower Blue. HEX triplet: 52, 8C and FC. RGB value is (82,140,252). Sum of RGB (Red+Green+Blue) = 82+140+252=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #528CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528CFC is #AD7303. Grayscale: #868686. Windows color (decimal): -11367172 or 16550994. OLE color: 16550994.
HSL color Cylindrical-coordinate representation of color #528CFC: hue angle of 219.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #528CFC is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 140 | 252 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.01 |
| HSL | 219.53º | 0.97% | 0.65% | - |
| HSV(B) | 219.53º | 0.67% | 0.99% | - |
| XYZ | 30.43 | 27.58 | 95.81 | - |
| YUV | 135.43 | 193.78 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 252 | 0.67 | 0.44 | 0 | 0.01 | 219.53 | 0.97 | 0.65 |
| Hex | 52 | 8C | FC | 43 | 2C | 0 | 1 | DC | 61 | 41 |
| Octal | 122 | 214 | 374 | 103 | 54 | 0 | 1 | 334 | 141 | 101 |
| Binary | 1010010 | 10001100 | 11111100 | 1000011 | 101100 | 0 | 1 | 11011100 | 1100001 | 1000001 |
Color Harmonies of #528CFC
Complementary color
Monochromatic Colors of #528CFC
Black with #528CFC
Text Example
Text Example
White with #528CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CFC; }
p { color: rgb(82,140,252); }
H1.HeaderClassName
{
color: #528CFC;
}
.AnyTagClassName
{
color: #528CFC;
}
</style>
background-color css
<style>
a { background-color: #528CFC; }
a { background-color: rgb(82,140,252); }
div.DivClassName
{
background-color: #528CFC;
}
.BgClassName
{
background-color: #528CFC;
}
</style>
border-color css
<style>
span { border-color: #528CFC; }
span { border-color: rgb(82,140,252); }
td.TdClassName
{
border-color: #528CFC;
}
.TagClassName
{
border-color: #528CFC;
}
</style>