Shades of Cornflower Blue #538BEB
Tints of Cornflower Blue #538BEB
RGB
CMYK
RGB Variations
Color information
#538BEB (or 0x538BEB) is known color: Cornflower Blue. HEX triplet: 53, 8B and EB. RGB value is (83,139,235). Sum of RGB (Red+Green+Blue) = 83+139+235=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #538BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BEB is #AC7414. Grayscale: #848484. Windows color (decimal): -11301909 or 15436627. OLE color: 15436627.
HSL color Cylindrical-coordinate representation of color #538BEB: hue angle of 217.89º degrees, saturation: 0.79, 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 #538BEB is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 139 | 235 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.08 |
| HSL | 217.89º | 0.79% | 0.62% | - |
| HSV(B) | 217.89º | 0.65% | 0.92% | - |
| XYZ | 27.8 | 26.3 | 82.21 | - |
| YUV | 133.2 | 185.45 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 235 | 0.65 | 0.41 | 0 | 0.08 | 217.89 | 0.79 | 0.62 |
| Hex | 53 | 8B | EB | 41 | 29 | 0 | 8 | DA | 4F | 3E |
| Octal | 123 | 213 | 353 | 101 | 51 | 0 | 10 | 332 | 117 | 76 |
| Binary | 1010011 | 10001011 | 11101011 | 1000001 | 101001 | 0 | 1000 | 11011010 | 1001111 | 111110 |
Color Harmonies of #538BEB
Complementary color
Monochromatic Colors of #538BEB
Black with #538BEB
Text Example
Text Example
White with #538BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BEB; }
p { color: rgb(83,139,235); }
H1.HeaderClassName
{
color: #538BEB;
}
.AnyTagClassName
{
color: #538BEB;
}
</style>
background-color css
<style>
a { background-color: #538BEB; }
a { background-color: rgb(83,139,235); }
div.DivClassName
{
background-color: #538BEB;
}
.BgClassName
{
background-color: #538BEB;
}
</style>
border-color css
<style>
span { border-color: #538BEB; }
span { border-color: rgb(83,139,235); }
td.TdClassName
{
border-color: #538BEB;
}
.TagClassName
{
border-color: #538BEB;
}
</style>