Shades of Cornflower Blue #528BFE
Tints of Cornflower Blue #528BFE
RGB
CMYK
RGB Variations
Color information
#528BFE (or 0x528BFE) is known color: Cornflower Blue. HEX triplet: 52, 8B and FE. RGB value is (82,139,254). Sum of RGB (Red+Green+Blue) = 82+139+254=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #528BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528BFE is #AD7401. Grayscale: #868686. Windows color (decimal): -11367426 or 16681810. OLE color: 16681810.
HSL color Cylindrical-coordinate representation of color #528BFE: hue angle of 220.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #528BFE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 139 | 254 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.00 |
| HSL | 220.12º | 0.99% | 0.66% | - |
| HSV(B) | 220.12º | 0.68% | 1% | - |
| XYZ | 30.6 | 27.41 | 97.44 | - |
| YUV | 135.07 | 195.12 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 254 | 0.68 | 0.45 | 0 | 0.00 | 220.12 | 0.99 | 0.66 |
| Hex | 52 | 8B | FE | 44 | 2D | 0 | 0 | DC | 63 | 42 |
| Octal | 122 | 213 | 376 | 104 | 55 | 0 | 0 | 334 | 143 | 102 |
| Binary | 1010010 | 10001011 | 11111110 | 1000100 | 101101 | 0 | 0 | 11011100 | 1100011 | 1000010 |
Color Harmonies of #528BFE
Complementary color
Monochromatic Colors of #528BFE
Black with #528BFE
Text Example
Text Example
White with #528BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BFE; }
p { color: rgb(82,139,254); }
H1.HeaderClassName
{
color: #528BFE;
}
.AnyTagClassName
{
color: #528BFE;
}
</style>
background-color css
<style>
a { background-color: #528BFE; }
a { background-color: rgb(82,139,254); }
div.DivClassName
{
background-color: #528BFE;
}
.BgClassName
{
background-color: #528BFE;
}
</style>
border-color css
<style>
span { border-color: #528BFE; }
span { border-color: rgb(82,139,254); }
td.TdClassName
{
border-color: #528BFE;
}
.TagClassName
{
border-color: #528BFE;
}
</style>