Shades of Cornflower Blue #5297ED
Tints of Cornflower Blue #5297ED
RGB
CMYK
RGB Variations
Color information
#5297ED (or 0x5297ED) is known color: Cornflower Blue. HEX triplet: 52, 97 and ED. RGB value is (82,151,237). Sum of RGB (Red+Green+Blue) = 82+151+237=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #5297ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5297ED is #AD6812. Grayscale: #8B8B8B. Windows color (decimal): -11364371 or 15570770. OLE color: 15570770.
HSL color Cylindrical-coordinate representation of color #5297ED: hue angle of 213.29º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5297ED is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 151 | 237 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.07 |
| HSL | 213.29º | 0.81% | 0.63% | - |
| HSV(B) | 213.29º | 0.65% | 0.93% | - |
| XYZ | 29.83 | 30.04 | 84.35 | - |
| YUV | 140.17 | 182.64 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 151 | 237 | 0.65 | 0.36 | 0 | 0.07 | 213.29 | 0.81 | 0.63 |
| Hex | 52 | 97 | ED | 41 | 24 | 0 | 7 | D5 | 51 | 3F |
| Octal | 122 | 227 | 355 | 101 | 44 | 0 | 7 | 325 | 121 | 77 |
| Binary | 1010010 | 10010111 | 11101101 | 1000001 | 100100 | 0 | 111 | 11010101 | 1010001 | 111111 |
Color Harmonies of #5297ED
Complementary color
Monochromatic Colors of #5297ED
Black with #5297ED
Text Example
Text Example
White with #5297ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5297ED; }
p { color: rgb(82,151,237); }
H1.HeaderClassName
{
color: #5297ED;
}
.AnyTagClassName
{
color: #5297ED;
}
</style>
background-color css
<style>
a { background-color: #5297ED; }
a { background-color: rgb(82,151,237); }
div.DivClassName
{
background-color: #5297ED;
}
.BgClassName
{
background-color: #5297ED;
}
</style>
border-color css
<style>
span { border-color: #5297ED; }
span { border-color: rgb(82,151,237); }
td.TdClassName
{
border-color: #5297ED;
}
.TagClassName
{
border-color: #5297ED;
}
</style>