Shades of Cornflower Blue #528FFF
Tints of Cornflower Blue #528FFF
RGB
CMYK
RGB Variations
Color information
#528FFF (or 0x528FFF) is known color: Cornflower Blue. HEX triplet: 52, 8F and FF. RGB value is (82,143,255). Sum of RGB (Red+Green+Blue) = 82+143+255=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #528FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528FFF is #AD7000. Grayscale: #898989. Windows color (decimal): -11366401 or 16748370. OLE color: 16748370.
HSL color Cylindrical-coordinate representation of color #528FFF: hue angle of 218.84º 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 #528FFF is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 143 | 255 | - |
| CMYK | 0.68 | 0.44 | 0 | 0 |
| HSL | 218.84º | 1% | 0.66% | - |
| HSV(B) | 218.84º | 0.68% | 1% | - |
| XYZ | 31.35 | 28.66 | 98.49 | - |
| YUV | 137.53 | 194.29 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 255 | 0.68 | 0.44 | 0 | 0 | 218.84 | 1 | 0.66 |
| Hex | 52 | 8F | FF | 44 | 2C | 0 | 0 | DB | 64 | 42 |
| Octal | 122 | 217 | 377 | 104 | 54 | 0 | 0 | 333 | 144 | 102 |
| Binary | 1010010 | 10001111 | 11111111 | 1000100 | 101100 | 0 | 0 | 11011011 | 1100100 | 1000010 |
Color Harmonies of #528FFF
Complementary color
Monochromatic Colors of #528FFF
Black with #528FFF
Text Example
Text Example
White with #528FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FFF; }
p { color: rgb(82,143,255); }
H1.HeaderClassName
{
color: #528FFF;
}
.AnyTagClassName
{
color: #528FFF;
}
</style>
background-color css
<style>
a { background-color: #528FFF; }
a { background-color: rgb(82,143,255); }
div.DivClassName
{
background-color: #528FFF;
}
.BgClassName
{
background-color: #528FFF;
}
</style>
border-color css
<style>
span { border-color: #528FFF; }
span { border-color: rgb(82,143,255); }
td.TdClassName
{
border-color: #528FFF;
}
.TagClassName
{
border-color: #528FFF;
}
</style>