Shades of Cornflower Blue #528BFB
Tints of Cornflower Blue #528BFB
RGB
CMYK
RGB Variations
Color information
#528BFB (or 0x528BFB) is known color: Cornflower Blue. HEX triplet: 52, 8B and FB. RGB value is (82,139,251). Sum of RGB (Red+Green+Blue) = 82+139+251=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #528BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528BFB is #AD7404. Grayscale: #868686. Windows color (decimal): -11367429 or 16485202. OLE color: 16485202.
HSL color Cylindrical-coordinate representation of color #528BFB: hue angle of 219.76º 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 #528BFB is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 139 | 251 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.02 |
| HSL | 219.76º | 0.95% | 0.65% | - |
| HSV(B) | 219.76º | 0.67% | 0.98% | - |
| XYZ | 30.12 | 27.22 | 94.93 | - |
| YUV | 134.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 251 | 0.67 | 0.45 | 0 | 0.02 | 219.76 | 0.95 | 0.65 |
| Hex | 52 | 8B | FB | 43 | 2D | 0 | 2 | DC | 5F | 41 |
| Octal | 122 | 213 | 373 | 103 | 55 | 0 | 2 | 334 | 137 | 101 |
| Binary | 1010010 | 10001011 | 11111011 | 1000011 | 101101 | 0 | 10 | 11011100 | 1011111 | 1000001 |
Color Harmonies of #528BFB
Complementary color
Monochromatic Colors of #528BFB
Black with #528BFB
Text Example
Text Example
White with #528BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BFB; }
p { color: rgb(82,139,251); }
H1.HeaderClassName
{
color: #528BFB;
}
.AnyTagClassName
{
color: #528BFB;
}
</style>
background-color css
<style>
a { background-color: #528BFB; }
a { background-color: rgb(82,139,251); }
div.DivClassName
{
background-color: #528BFB;
}
.BgClassName
{
background-color: #528BFB;
}
</style>
border-color css
<style>
span { border-color: #528BFB; }
span { border-color: rgb(82,139,251); }
td.TdClassName
{
border-color: #528BFB;
}
.TagClassName
{
border-color: #528BFB;
}
</style>