Shades of Cornflower Blue #528CF4
Tints of Cornflower Blue #528CF4
RGB
CMYK
RGB Variations
Color information
#528CF4 (or 0x528CF4) is known color: Cornflower Blue. HEX triplet: 52, 8C and F4. RGB value is (82,140,244). Sum of RGB (Red+Green+Blue) = 82+140+244=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #528CF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528CF4 is #AD730B. Grayscale: #868686. Windows color (decimal): -11367180 or 16026706. OLE color: 16026706.
HSL color Cylindrical-coordinate representation of color #528CF4: hue angle of 218.52º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #528CF4 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 140 | 244 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.04 |
| HSL | 218.52º | 0.88% | 0.64% | - |
| HSV(B) | 218.52º | 0.66% | 0.96% | - |
| XYZ | 29.19 | 27.08 | 89.28 | - |
| YUV | 134.51 | 189.78 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 244 | 0.66 | 0.43 | 0 | 0.04 | 218.52 | 0.88 | 0.64 |
| Hex | 52 | 8C | F4 | 42 | 2B | 0 | 4 | DB | 58 | 40 |
| Octal | 122 | 214 | 364 | 102 | 53 | 0 | 4 | 333 | 130 | 100 |
| Binary | 1010010 | 10001100 | 11110100 | 1000010 | 101011 | 0 | 100 | 11011011 | 1011000 | 1000000 |
Color Harmonies of #528CF4
Complementary color
Monochromatic Colors of #528CF4
Black with #528CF4
Text Example
Text Example
White with #528CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CF4; }
p { color: rgb(82,140,244); }
H1.HeaderClassName
{
color: #528CF4;
}
.AnyTagClassName
{
color: #528CF4;
}
</style>
background-color css
<style>
a { background-color: #528CF4; }
a { background-color: rgb(82,140,244); }
div.DivClassName
{
background-color: #528CF4;
}
.BgClassName
{
background-color: #528CF4;
}
</style>
border-color css
<style>
span { border-color: #528CF4; }
span { border-color: rgb(82,140,244); }
td.TdClassName
{
border-color: #528CF4;
}
.TagClassName
{
border-color: #528CF4;
}
</style>