Shades of Cornflower Blue #528BF1
Tints of Cornflower Blue #528BF1
RGB
CMYK
RGB Variations
Color information
#528BF1 (or 0x528BF1) is known color: Cornflower Blue. HEX triplet: 52, 8B and F1. RGB value is (82,139,241). Sum of RGB (Red+Green+Blue) = 82+139+241=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #528BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528BF1 is #AD740E. Grayscale: #858585. Windows color (decimal): -11367439 or 15829842. OLE color: 15829842.
HSL color Cylindrical-coordinate representation of color #528BF1: hue angle of 218.49º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #528BF1 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 139 | 241 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.05 |
| HSL | 218.49º | 0.85% | 0.63% | - |
| HSV(B) | 218.49º | 0.66% | 0.95% | - |
| XYZ | 28.59 | 26.61 | 86.85 | - |
| YUV | 133.59 | 188.62 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 241 | 0.66 | 0.42 | 0 | 0.05 | 218.49 | 0.85 | 0.63 |
| Hex | 52 | 8B | F1 | 42 | 2A | 0 | 5 | DA | 55 | 3F |
| Octal | 122 | 213 | 361 | 102 | 52 | 0 | 5 | 332 | 125 | 77 |
| Binary | 1010010 | 10001011 | 11110001 | 1000010 | 101010 | 0 | 101 | 11011010 | 1010101 | 111111 |
Color Harmonies of #528BF1
Complementary color
Monochromatic Colors of #528BF1
Black with #528BF1
Text Example
Text Example
White with #528BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BF1; }
p { color: rgb(82,139,241); }
H1.HeaderClassName
{
color: #528BF1;
}
.AnyTagClassName
{
color: #528BF1;
}
</style>
background-color css
<style>
a { background-color: #528BF1; }
a { background-color: rgb(82,139,241); }
div.DivClassName
{
background-color: #528BF1;
}
.BgClassName
{
background-color: #528BF1;
}
</style>
border-color css
<style>
span { border-color: #528BF1; }
span { border-color: rgb(82,139,241); }
td.TdClassName
{
border-color: #528BF1;
}
.TagClassName
{
border-color: #528BF1;
}
</style>