Shades of Cornflower Blue #528CEA
Tints of Cornflower Blue #528CEA
RGB
CMYK
RGB Variations
Color information
#528CEA (or 0x528CEA) is known color: Cornflower Blue. HEX triplet: 52, 8C and EA. RGB value is (82,140,234). Sum of RGB (Red+Green+Blue) = 82+140+234=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #528CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528CEA is #AD7315. Grayscale: #848484. Windows color (decimal): -11367190 or 15371346. OLE color: 15371346.
HSL color Cylindrical-coordinate representation of color #528CEA: hue angle of 217.11º 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 #528CEA is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 140 | 234 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.08 |
| HSL | 217.11º | 0.78% | 0.62% | - |
| HSV(B) | 217.11º | 0.65% | 0.92% | - |
| XYZ | 27.71 | 26.49 | 81.49 | - |
| YUV | 133.37 | 184.78 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 234 | 0.65 | 0.40 | 0 | 0.08 | 217.11 | 0.78 | 0.62 |
| Hex | 52 | 8C | EA | 41 | 28 | 0 | 8 | D9 | 4E | 3E |
| Octal | 122 | 214 | 352 | 101 | 50 | 0 | 10 | 331 | 116 | 76 |
| Binary | 1010010 | 10001100 | 11101010 | 1000001 | 101000 | 0 | 1000 | 11011001 | 1001110 | 111110 |
Color Harmonies of #528CEA
Complementary color
Monochromatic Colors of #528CEA
Black with #528CEA
Text Example
Text Example
White with #528CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CEA; }
p { color: rgb(82,140,234); }
H1.HeaderClassName
{
color: #528CEA;
}
.AnyTagClassName
{
color: #528CEA;
}
</style>
background-color css
<style>
a { background-color: #528CEA; }
a { background-color: rgb(82,140,234); }
div.DivClassName
{
background-color: #528CEA;
}
.BgClassName
{
background-color: #528CEA;
}
</style>
border-color css
<style>
span { border-color: #528CEA; }
span { border-color: rgb(82,140,234); }
td.TdClassName
{
border-color: #528CEA;
}
.TagClassName
{
border-color: #528CEA;
}
</style>