Shades of Cornflower Blue #528DF4
Tints of Cornflower Blue #528DF4
RGB
CMYK
RGB Variations
Color information
#528DF4 (or 0x528DF4) is known color: Cornflower Blue. HEX triplet: 52, 8D and F4. RGB value is (82,141,244). Sum of RGB (Red+Green+Blue) = 82+141+244=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #528DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528DF4 is #AD720B. Grayscale: #868686. Windows color (decimal): -11366924 or 16026962. OLE color: 16026962.
HSL color Cylindrical-coordinate representation of color #528DF4: hue angle of 218.15º 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 #528DF4 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 141 | 244 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.04 |
| HSL | 218.15º | 0.88% | 0.64% | - |
| HSV(B) | 218.15º | 0.66% | 0.96% | - |
| XYZ | 29.33 | 27.38 | 89.33 | - |
| YUV | 135.1 | 189.45 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 244 | 0.66 | 0.42 | 0 | 0.04 | 218.15 | 0.88 | 0.64 |
| Hex | 52 | 8D | F4 | 42 | 2A | 0 | 4 | DA | 58 | 40 |
| Octal | 122 | 215 | 364 | 102 | 52 | 0 | 4 | 332 | 130 | 100 |
| Binary | 1010010 | 10001101 | 11110100 | 1000010 | 101010 | 0 | 100 | 11011010 | 1011000 | 1000000 |
Color Harmonies of #528DF4
Complementary color
Monochromatic Colors of #528DF4
Black with #528DF4
Text Example
Text Example
White with #528DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528DF4; }
p { color: rgb(82,141,244); }
H1.HeaderClassName
{
color: #528DF4;
}
.AnyTagClassName
{
color: #528DF4;
}
</style>
background-color css
<style>
a { background-color: #528DF4; }
a { background-color: rgb(82,141,244); }
div.DivClassName
{
background-color: #528DF4;
}
.BgClassName
{
background-color: #528DF4;
}
</style>
border-color css
<style>
span { border-color: #528DF4; }
span { border-color: rgb(82,141,244); }
td.TdClassName
{
border-color: #528DF4;
}
.TagClassName
{
border-color: #528DF4;
}
</style>