Shades of Cornflower Blue #528AFF
Tints of Cornflower Blue #528AFF
RGB
CMYK
RGB Variations
Color information
#528AFF (or 0x528AFF) is known color: Cornflower Blue. HEX triplet: 52, 8A and FF. RGB value is (82,138,255). Sum of RGB (Red+Green+Blue) = 82+138+255=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #528AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528AFF is #AD7500. Grayscale: #868686. Windows color (decimal): -11367681 or 16747090. OLE color: 16747090.
HSL color Cylindrical-coordinate representation of color #528AFF: hue angle of 220.58º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #528AFF is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 138 | 255 | - |
| CMYK | 0.68 | 0.46 | 0 | 0 |
| HSL | 220.58º | 1% | 0.66% | - |
| HSV(B) | 220.58º | 0.68% | 1% | - |
| XYZ | 30.62 | 27.19 | 98.24 | - |
| YUV | 134.59 | 195.95 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 255 | 0.68 | 0.46 | 0 | 0 | 220.58 | 1 | 0.66 |
| Hex | 52 | 8A | FF | 44 | 2E | 0 | 0 | DD | 64 | 42 |
| Octal | 122 | 212 | 377 | 104 | 56 | 0 | 0 | 335 | 144 | 102 |
| Binary | 1010010 | 10001010 | 11111111 | 1000100 | 101110 | 0 | 0 | 11011101 | 1100100 | 1000010 |
Color Harmonies of #528AFF
Complementary color
Monochromatic Colors of #528AFF
Black with #528AFF
Text Example
Text Example
White with #528AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528AFF; }
p { color: rgb(82,138,255); }
H1.HeaderClassName
{
color: #528AFF;
}
.AnyTagClassName
{
color: #528AFF;
}
</style>
background-color css
<style>
a { background-color: #528AFF; }
a { background-color: rgb(82,138,255); }
div.DivClassName
{
background-color: #528AFF;
}
.BgClassName
{
background-color: #528AFF;
}
</style>
border-color css
<style>
span { border-color: #528AFF; }
span { border-color: rgb(82,138,255); }
td.TdClassName
{
border-color: #528AFF;
}
.TagClassName
{
border-color: #528AFF;
}
</style>