Shades of Cornflower Blue #529CFB
Tints of Cornflower Blue #529CFB
RGB
CMYK
RGB Variations
Color information
#529CFB (or 0x529CFB) is known color: Cornflower Blue. HEX triplet: 52, 9C and FB. RGB value is (82,156,251). Sum of RGB (Red+Green+Blue) = 82+156+251=489 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.77% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #529CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CFB is #AD6304. Grayscale: #909090. Windows color (decimal): -11363077 or 16489554. OLE color: 16489554.
HSL color Cylindrical-coordinate representation of color #529CFB: hue angle of 213.73º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529CFB is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 156 | 251 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.02 |
| HSL | 213.73º | 0.95% | 0.65% | - |
| HSV(B) | 213.73º | 0.67% | 0.98% | - |
| XYZ | 32.78 | 32.54 | 95.82 | - |
| YUV | 144.7 | 187.98 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 251 | 0.67 | 0.38 | 0 | 0.02 | 213.73 | 0.95 | 0.65 |
| Hex | 52 | 9C | FB | 43 | 26 | 0 | 2 | D6 | 5F | 41 |
| Octal | 122 | 234 | 373 | 103 | 46 | 0 | 2 | 326 | 137 | 101 |
| Binary | 1010010 | 10011100 | 11111011 | 1000011 | 100110 | 0 | 10 | 11010110 | 1011111 | 1000001 |
Color Harmonies of #529CFB
Complementary color
Monochromatic Colors of #529CFB
Black with #529CFB
Text Example
Text Example
White with #529CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CFB; }
p { color: rgb(82,156,251); }
H1.HeaderClassName
{
color: #529CFB;
}
.AnyTagClassName
{
color: #529CFB;
}
</style>
background-color css
<style>
a { background-color: #529CFB; }
a { background-color: rgb(82,156,251); }
div.DivClassName
{
background-color: #529CFB;
}
.BgClassName
{
background-color: #529CFB;
}
</style>
border-color css
<style>
span { border-color: #529CFB; }
span { border-color: rgb(82,156,251); }
td.TdClassName
{
border-color: #529CFB;
}
.TagClassName
{
border-color: #529CFB;
}
</style>