Shades of Cornflower Blue #538BED
Tints of Cornflower Blue #538BED
RGB
CMYK
RGB Variations
Color information
#538BED (or 0x538BED) is known color: Cornflower Blue. HEX triplet: 53, 8B and ED. RGB value is (83,139,237). Sum of RGB (Red+Green+Blue) = 83+139+237=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #538BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BED is #AC7412. Grayscale: #848484. Windows color (decimal): -11301907 or 15567699. OLE color: 15567699.
HSL color Cylindrical-coordinate representation of color #538BED: hue angle of 218.18º 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 #538BED is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 139 | 237 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.07 |
| HSL | 218.18º | 0.81% | 0.63% | - |
| HSV(B) | 218.18º | 0.65% | 0.93% | - |
| XYZ | 28.09 | 26.42 | 83.74 | - |
| YUV | 133.43 | 186.45 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 237 | 0.65 | 0.41 | 0 | 0.07 | 218.18 | 0.81 | 0.63 |
| Hex | 53 | 8B | ED | 41 | 29 | 0 | 7 | DA | 51 | 3F |
| Octal | 123 | 213 | 355 | 101 | 51 | 0 | 7 | 332 | 121 | 77 |
| Binary | 1010011 | 10001011 | 11101101 | 1000001 | 101001 | 0 | 111 | 11011010 | 1010001 | 111111 |
Color Harmonies of #538BED
Complementary color
Monochromatic Colors of #538BED
Black with #538BED
Text Example
Text Example
White with #538BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BED; }
p { color: rgb(83,139,237); }
H1.HeaderClassName
{
color: #538BED;
}
.AnyTagClassName
{
color: #538BED;
}
</style>
background-color css
<style>
a { background-color: #538BED; }
a { background-color: rgb(83,139,237); }
div.DivClassName
{
background-color: #538BED;
}
.BgClassName
{
background-color: #538BED;
}
</style>
border-color css
<style>
span { border-color: #538BED; }
span { border-color: rgb(83,139,237); }
td.TdClassName
{
border-color: #538BED;
}
.TagClassName
{
border-color: #538BED;
}
</style>