Shades of Cornflower Blue #528FE1
Tints of Cornflower Blue #528FE1
RGB
CMYK
RGB Variations
Color information
#528FE1 (or 0x528FE1) is known color: Cornflower Blue. HEX triplet: 52, 8F and E1. RGB value is (82,143,225). Sum of RGB (Red+Green+Blue) = 82+143+225=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #528FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FE1 is #AD701E. Grayscale: #858585. Windows color (decimal): -11366431 or 14782290. OLE color: 14782290.
HSL color Cylindrical-coordinate representation of color #528FE1: hue angle of 214.41º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #528FE1 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 143 | 225 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.12 |
| HSL | 214.41º | 0.7% | 0.6% | - |
| HSV(B) | 214.41º | 0.64% | 0.88% | - |
| XYZ | 26.89 | 26.88 | 75 | - |
| YUV | 134.11 | 179.29 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 225 | 0.64 | 0.36 | 0 | 0.12 | 214.41 | 0.7 | 0.6 |
| Hex | 52 | 8F | E1 | 40 | 24 | 0 | C | D6 | 46 | 3C |
| Octal | 122 | 217 | 341 | 100 | 44 | 0 | 14 | 326 | 106 | 74 |
| Binary | 1010010 | 10001111 | 11100001 | 1000000 | 100100 | 0 | 1100 | 11010110 | 1000110 | 111100 |
Color Harmonies of #528FE1
Complementary color
Monochromatic Colors of #528FE1
Black with #528FE1
Text Example
Text Example
White with #528FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FE1; }
p { color: rgb(82,143,225); }
H1.HeaderClassName
{
color: #528FE1;
}
.AnyTagClassName
{
color: #528FE1;
}
</style>
background-color css
<style>
a { background-color: #528FE1; }
a { background-color: rgb(82,143,225); }
div.DivClassName
{
background-color: #528FE1;
}
.BgClassName
{
background-color: #528FE1;
}
</style>
border-color css
<style>
span { border-color: #528FE1; }
span { border-color: rgb(82,143,225); }
td.TdClassName
{
border-color: #528FE1;
}
.TagClassName
{
border-color: #528FE1;
}
</style>