Shades of Cornflower Blue #528FF2
Tints of Cornflower Blue #528FF2
RGB
CMYK
RGB Variations
Color information
#528FF2 (or 0x528FF2) is known color: Cornflower Blue. HEX triplet: 52, 8F and F2. RGB value is (82,143,242). Sum of RGB (Red+Green+Blue) = 82+143+242=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #528FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528FF2 is #AD700D. Grayscale: #878787. Windows color (decimal): -11366414 or 15896402. OLE color: 15896402.
HSL color Cylindrical-coordinate representation of color #528FF2: hue angle of 217.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #528FF2 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 143 | 242 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.05 |
| HSL | 217.13º | 0.86% | 0.64% | - |
| HSV(B) | 217.13º | 0.66% | 0.95% | - |
| XYZ | 29.33 | 27.85 | 87.83 | - |
| YUV | 136.05 | 187.79 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 242 | 0.66 | 0.41 | 0 | 0.05 | 217.13 | 0.86 | 0.64 |
| Hex | 52 | 8F | F2 | 42 | 29 | 0 | 5 | D9 | 56 | 40 |
| Octal | 122 | 217 | 362 | 102 | 51 | 0 | 5 | 331 | 126 | 100 |
| Binary | 1010010 | 10001111 | 11110010 | 1000010 | 101001 | 0 | 101 | 11011001 | 1010110 | 1000000 |
Color Harmonies of #528FF2
Complementary color
Monochromatic Colors of #528FF2
Black with #528FF2
Text Example
Text Example
White with #528FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FF2; }
p { color: rgb(82,143,242); }
H1.HeaderClassName
{
color: #528FF2;
}
.AnyTagClassName
{
color: #528FF2;
}
</style>
background-color css
<style>
a { background-color: #528FF2; }
a { background-color: rgb(82,143,242); }
div.DivClassName
{
background-color: #528FF2;
}
.BgClassName
{
background-color: #528FF2;
}
</style>
border-color css
<style>
span { border-color: #528FF2; }
span { border-color: rgb(82,143,242); }
td.TdClassName
{
border-color: #528FF2;
}
.TagClassName
{
border-color: #528FF2;
}
</style>