Shades of Cornflower Blue #538BEE
Tints of Cornflower Blue #538BEE
RGB
CMYK
RGB Variations
Color information
#538BEE (or 0x538BEE) is known color: Cornflower Blue. HEX triplet: 53, 8B and EE. RGB value is (83,139,238). Sum of RGB (Red+Green+Blue) = 83+139+238=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #538BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BEE is #AC7411. Grayscale: #858585. Windows color (decimal): -11301906 or 15633235. OLE color: 15633235.
HSL color Cylindrical-coordinate representation of color #538BEE: hue angle of 218.32º degrees, saturation: 0.82, 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 #538BEE is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 139 | 238 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.07 |
| HSL | 218.32º | 0.82% | 0.63% | - |
| HSV(B) | 218.32º | 0.65% | 0.93% | - |
| XYZ | 28.23 | 26.48 | 84.51 | - |
| YUV | 133.54 | 186.95 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 238 | 0.65 | 0.42 | 0 | 0.07 | 218.32 | 0.82 | 0.63 |
| Hex | 53 | 8B | EE | 41 | 2A | 0 | 7 | DA | 52 | 3F |
| Octal | 123 | 213 | 356 | 101 | 52 | 0 | 7 | 332 | 122 | 77 |
| Binary | 1010011 | 10001011 | 11101110 | 1000001 | 101010 | 0 | 111 | 11011010 | 1010010 | 111111 |
Color Harmonies of #538BEE
Complementary color
Monochromatic Colors of #538BEE
Black with #538BEE
Text Example
Text Example
White with #538BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BEE; }
p { color: rgb(83,139,238); }
H1.HeaderClassName
{
color: #538BEE;
}
.AnyTagClassName
{
color: #538BEE;
}
</style>
background-color css
<style>
a { background-color: #538BEE; }
a { background-color: rgb(83,139,238); }
div.DivClassName
{
background-color: #538BEE;
}
.BgClassName
{
background-color: #538BEE;
}
</style>
border-color css
<style>
span { border-color: #538BEE; }
span { border-color: rgb(83,139,238); }
td.TdClassName
{
border-color: #538BEE;
}
.TagClassName
{
border-color: #538BEE;
}
</style>