Shades of Cornflower Blue #528FE4
Tints of Cornflower Blue #528FE4
RGB
CMYK
RGB Variations
Color information
#528FE4 (or 0x528FE4) is known color: Cornflower Blue. HEX triplet: 52, 8F and E4. RGB value is (82,143,228). Sum of RGB (Red+Green+Blue) = 82+143+228=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #528FE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FE4 is #AD701B. Grayscale: #868686. Windows color (decimal): -11366428 or 14978898. OLE color: 14978898.
HSL color Cylindrical-coordinate representation of color #528FE4: hue angle of 214.93º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #528FE4 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 143 | 228 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.11 |
| HSL | 214.93º | 0.73% | 0.61% | - |
| HSV(B) | 214.93º | 0.64% | 0.89% | - |
| XYZ | 27.31 | 27.04 | 77.18 | - |
| YUV | 134.45 | 180.79 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 228 | 0.64 | 0.37 | 0 | 0.11 | 214.93 | 0.73 | 0.61 |
| Hex | 52 | 8F | E4 | 40 | 25 | 0 | B | D7 | 49 | 3D |
| Octal | 122 | 217 | 344 | 100 | 45 | 0 | 13 | 327 | 111 | 75 |
| Binary | 1010010 | 10001111 | 11100100 | 1000000 | 100101 | 0 | 1011 | 11010111 | 1001001 | 111101 |
Color Harmonies of #528FE4
Complementary color
Monochromatic Colors of #528FE4
Black with #528FE4
Text Example
Text Example
White with #528FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FE4; }
p { color: rgb(82,143,228); }
H1.HeaderClassName
{
color: #528FE4;
}
.AnyTagClassName
{
color: #528FE4;
}
</style>
background-color css
<style>
a { background-color: #528FE4; }
a { background-color: rgb(82,143,228); }
div.DivClassName
{
background-color: #528FE4;
}
.BgClassName
{
background-color: #528FE4;
}
</style>
border-color css
<style>
span { border-color: #528FE4; }
span { border-color: rgb(82,143,228); }
td.TdClassName
{
border-color: #528FE4;
}
.TagClassName
{
border-color: #528FE4;
}
</style>