Shades of Cornflower Blue #528EFB
Tints of Cornflower Blue #528EFB
RGB
CMYK
RGB Variations
Color information
#528EFB (or 0x528EFB) is known color: Cornflower Blue. HEX triplet: 52, 8E and FB. RGB value is (82,142,251). Sum of RGB (Red+Green+Blue) = 82+142+251=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #528EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528EFB is #AD7104. Grayscale: #878787. Windows color (decimal): -11366661 or 16485970. OLE color: 16485970.
HSL color Cylindrical-coordinate representation of color #528EFB: hue angle of 218.7º 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 #528EFB is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 142 | 251 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.02 |
| HSL | 218.7º | 0.95% | 0.65% | - |
| HSV(B) | 218.7º | 0.67% | 0.98% | - |
| XYZ | 30.57 | 28.1 | 95.08 | - |
| YUV | 136.49 | 192.62 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 251 | 0.67 | 0.43 | 0 | 0.02 | 218.7 | 0.95 | 0.65 |
| Hex | 52 | 8E | FB | 43 | 2B | 0 | 2 | DB | 5F | 41 |
| Octal | 122 | 216 | 373 | 103 | 53 | 0 | 2 | 333 | 137 | 101 |
| Binary | 1010010 | 10001110 | 11111011 | 1000011 | 101011 | 0 | 10 | 11011011 | 1011111 | 1000001 |
Color Harmonies of #528EFB
Complementary color
Monochromatic Colors of #528EFB
Black with #528EFB
Text Example
Text Example
White with #528EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528EFB; }
p { color: rgb(82,142,251); }
H1.HeaderClassName
{
color: #528EFB;
}
.AnyTagClassName
{
color: #528EFB;
}
</style>
background-color css
<style>
a { background-color: #528EFB; }
a { background-color: rgb(82,142,251); }
div.DivClassName
{
background-color: #528EFB;
}
.BgClassName
{
background-color: #528EFB;
}
</style>
border-color css
<style>
span { border-color: #528EFB; }
span { border-color: rgb(82,142,251); }
td.TdClassName
{
border-color: #528EFB;
}
.TagClassName
{
border-color: #528EFB;
}
</style>