Shades of Cornflower Blue #528CFB
Tints of Cornflower Blue #528CFB
RGB
CMYK
RGB Variations
Color information
#528CFB (or 0x528CFB) is known color: Cornflower Blue. HEX triplet: 52, 8C and FB. RGB value is (82,140,251). Sum of RGB (Red+Green+Blue) = 82+140+251=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #528CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528CFB is #AD7304. Grayscale: #868686. Windows color (decimal): -11367173 or 16485458. OLE color: 16485458.
HSL color Cylindrical-coordinate representation of color #528CFB: hue angle of 219.41º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #528CFB is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 140 | 251 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.02 |
| HSL | 219.41º | 0.95% | 0.65% | - |
| HSV(B) | 219.41º | 0.67% | 0.98% | - |
| XYZ | 30.27 | 27.52 | 94.98 | - |
| YUV | 135.31 | 193.28 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 251 | 0.67 | 0.44 | 0 | 0.02 | 219.41 | 0.95 | 0.65 |
| Hex | 52 | 8C | FB | 43 | 2C | 0 | 2 | DB | 5F | 41 |
| Octal | 122 | 214 | 373 | 103 | 54 | 0 | 2 | 333 | 137 | 101 |
| Binary | 1010010 | 10001100 | 11111011 | 1000011 | 101100 | 0 | 10 | 11011011 | 1011111 | 1000001 |
Color Harmonies of #528CFB
Complementary color
Monochromatic Colors of #528CFB
Black with #528CFB
Text Example
Text Example
White with #528CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CFB; }
p { color: rgb(82,140,251); }
H1.HeaderClassName
{
color: #528CFB;
}
.AnyTagClassName
{
color: #528CFB;
}
</style>
background-color css
<style>
a { background-color: #528CFB; }
a { background-color: rgb(82,140,251); }
div.DivClassName
{
background-color: #528CFB;
}
.BgClassName
{
background-color: #528CFB;
}
</style>
border-color css
<style>
span { border-color: #528CFB; }
span { border-color: rgb(82,140,251); }
td.TdClassName
{
border-color: #528CFB;
}
.TagClassName
{
border-color: #528CFB;
}
</style>