Shades of Cornflower Blue #5297EA
Tints of Cornflower Blue #5297EA
RGB
CMYK
RGB Variations
Color information
#5297EA (or 0x5297EA) is known color: Cornflower Blue. HEX triplet: 52, 97 and EA. RGB value is (82,151,234). Sum of RGB (Red+Green+Blue) = 82+151+234=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #5297EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5297EA is #AD6815. Grayscale: #8B8B8B. Windows color (decimal): -11364374 or 15374162. OLE color: 15374162.
HSL color Cylindrical-coordinate representation of color #5297EA: hue angle of 212.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5297EA is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 151 | 234 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.08 |
| HSL | 212.76º | 0.78% | 0.62% | - |
| HSV(B) | 212.76º | 0.65% | 0.92% | - |
| XYZ | 29.4 | 29.87 | 82.06 | - |
| YUV | 139.83 | 181.14 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 151 | 234 | 0.65 | 0.35 | 0 | 0.08 | 212.76 | 0.78 | 0.62 |
| Hex | 52 | 97 | EA | 41 | 23 | 0 | 8 | D5 | 4E | 3E |
| Octal | 122 | 227 | 352 | 101 | 43 | 0 | 10 | 325 | 116 | 76 |
| Binary | 1010010 | 10010111 | 11101010 | 1000001 | 100011 | 0 | 1000 | 11010101 | 1001110 | 111110 |
Color Harmonies of #5297EA
Complementary color
Monochromatic Colors of #5297EA
Black with #5297EA
Text Example
Text Example
White with #5297EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5297EA; }
p { color: rgb(82,151,234); }
H1.HeaderClassName
{
color: #5297EA;
}
.AnyTagClassName
{
color: #5297EA;
}
</style>
background-color css
<style>
a { background-color: #5297EA; }
a { background-color: rgb(82,151,234); }
div.DivClassName
{
background-color: #5297EA;
}
.BgClassName
{
background-color: #5297EA;
}
</style>
border-color css
<style>
span { border-color: #5297EA; }
span { border-color: rgb(82,151,234); }
td.TdClassName
{
border-color: #5297EA;
}
.TagClassName
{
border-color: #5297EA;
}
</style>