Shades of Cornflower Blue #528CFD
Tints of Cornflower Blue #528CFD
RGB
CMYK
RGB Variations
Color information
#528CFD (or 0x528CFD) is known color: Cornflower Blue. HEX triplet: 52, 8C and FD. RGB value is (82,140,253). Sum of RGB (Red+Green+Blue) = 82+140+253=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #528CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528CFD is #AD7302. Grayscale: #878787. Windows color (decimal): -11367171 or 16616530. OLE color: 16616530.
HSL color Cylindrical-coordinate representation of color #528CFD: hue angle of 219.65º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #528CFD is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 140 | 253 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.01 |
| HSL | 219.65º | 0.98% | 0.66% | - |
| HSV(B) | 219.65º | 0.68% | 0.99% | - |
| XYZ | 30.59 | 27.64 | 96.65 | - |
| YUV | 135.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 253 | 0.68 | 0.45 | 0 | 0.01 | 219.65 | 0.98 | 0.66 |
| Hex | 52 | 8C | FD | 44 | 2D | 0 | 1 | DC | 62 | 42 |
| Octal | 122 | 214 | 375 | 104 | 55 | 0 | 1 | 334 | 142 | 102 |
| Binary | 1010010 | 10001100 | 11111101 | 1000100 | 101101 | 0 | 1 | 11011100 | 1100010 | 1000010 |
Color Harmonies of #528CFD
Complementary color
Monochromatic Colors of #528CFD
Black with #528CFD
Text Example
Text Example
White with #528CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CFD; }
p { color: rgb(82,140,253); }
H1.HeaderClassName
{
color: #528CFD;
}
.AnyTagClassName
{
color: #528CFD;
}
</style>
background-color css
<style>
a { background-color: #528CFD; }
a { background-color: rgb(82,140,253); }
div.DivClassName
{
background-color: #528CFD;
}
.BgClassName
{
background-color: #528CFD;
}
</style>
border-color css
<style>
span { border-color: #528CFD; }
span { border-color: rgb(82,140,253); }
td.TdClassName
{
border-color: #528CFD;
}
.TagClassName
{
border-color: #528CFD;
}
</style>