Shades of Cornflower Blue #528FEA
Tints of Cornflower Blue #528FEA
RGB
CMYK
RGB Variations
Color information
#528FEA (or 0x528FEA) is known color: Cornflower Blue. HEX triplet: 52, 8F and EA. RGB value is (82,143,234). Sum of RGB (Red+Green+Blue) = 82+143+234=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #528FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528FEA is #AD7015. Grayscale: #868686. Windows color (decimal): -11366422 or 15372114. OLE color: 15372114.
HSL color Cylindrical-coordinate representation of color #528FEA: hue angle of 215.92º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #528FEA is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 143 | 234 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.08 |
| HSL | 215.92º | 0.78% | 0.62% | - |
| HSV(B) | 215.92º | 0.65% | 0.92% | - |
| XYZ | 28.15 | 27.38 | 81.64 | - |
| YUV | 135.14 | 183.79 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 234 | 0.65 | 0.39 | 0 | 0.08 | 215.92 | 0.78 | 0.62 |
| Hex | 52 | 8F | EA | 41 | 27 | 0 | 8 | D8 | 4E | 3E |
| Octal | 122 | 217 | 352 | 101 | 47 | 0 | 10 | 330 | 116 | 76 |
| Binary | 1010010 | 10001111 | 11101010 | 1000001 | 100111 | 0 | 1000 | 11011000 | 1001110 | 111110 |
Color Harmonies of #528FEA
Complementary color
Monochromatic Colors of #528FEA
Black with #528FEA
Text Example
Text Example
White with #528FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FEA; }
p { color: rgb(82,143,234); }
H1.HeaderClassName
{
color: #528FEA;
}
.AnyTagClassName
{
color: #528FEA;
}
</style>
background-color css
<style>
a { background-color: #528FEA; }
a { background-color: rgb(82,143,234); }
div.DivClassName
{
background-color: #528FEA;
}
.BgClassName
{
background-color: #528FEA;
}
</style>
border-color css
<style>
span { border-color: #528FEA; }
span { border-color: rgb(82,143,234); }
td.TdClassName
{
border-color: #528FEA;
}
.TagClassName
{
border-color: #528FEA;
}
</style>