Shades of Cornflower Blue #529DF3
Tints of Cornflower Blue #529DF3
RGB
CMYK
RGB Variations
Color information
#529DF3 (or 0x529DF3) is known color: Cornflower Blue. HEX triplet: 52, 9D and F3. RGB value is (82,157,243). Sum of RGB (Red+Green+Blue) = 82+157+243=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #529DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529DF3 is #AD620C. Grayscale: #8F8F8F. Windows color (decimal): -11362829 or 15965522. OLE color: 15965522.
HSL color Cylindrical-coordinate representation of color #529DF3: hue angle of 212.05º degrees, saturation: 0.87, 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 #529DF3 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 157 | 243 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.05 |
| HSL | 212.05º | 0.87% | 0.64% | - |
| HSV(B) | 212.05º | 0.66% | 0.95% | - |
| XYZ | 31.71 | 32.38 | 89.37 | - |
| YUV | 144.38 | 183.65 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 243 | 0.66 | 0.35 | 0 | 0.05 | 212.05 | 0.87 | 0.64 |
| Hex | 52 | 9D | F3 | 42 | 23 | 0 | 5 | D4 | 57 | 40 |
| Octal | 122 | 235 | 363 | 102 | 43 | 0 | 5 | 324 | 127 | 100 |
| Binary | 1010010 | 10011101 | 11110011 | 1000010 | 100011 | 0 | 101 | 11010100 | 1010111 | 1000000 |
Color Harmonies of #529DF3
Complementary color
Monochromatic Colors of #529DF3
Black with #529DF3
Text Example
Text Example
White with #529DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529DF3; }
p { color: rgb(82,157,243); }
H1.HeaderClassName
{
color: #529DF3;
}
.AnyTagClassName
{
color: #529DF3;
}
</style>
background-color css
<style>
a { background-color: #529DF3; }
a { background-color: rgb(82,157,243); }
div.DivClassName
{
background-color: #529DF3;
}
.BgClassName
{
background-color: #529DF3;
}
</style>
border-color css
<style>
span { border-color: #529DF3; }
span { border-color: rgb(82,157,243); }
td.TdClassName
{
border-color: #529DF3;
}
.TagClassName
{
border-color: #529DF3;
}
</style>