Shades of Cornflower Blue #538BEF
Tints of Cornflower Blue #538BEF
RGB
CMYK
RGB Variations
Color information
#538BEF (or 0x538BEF) is known color: Cornflower Blue. HEX triplet: 53, 8B and EF. RGB value is (83,139,239). Sum of RGB (Red+Green+Blue) = 83+139+239=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #538BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BEF is #AC7410. Grayscale: #858585. Windows color (decimal): -11301905 or 15698771. OLE color: 15698771.
HSL color Cylindrical-coordinate representation of color #538BEF: hue angle of 218.46º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #538BEF is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 139 | 239 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.06 |
| HSL | 218.46º | 0.83% | 0.63% | - |
| HSV(B) | 218.46º | 0.65% | 0.94% | - |
| XYZ | 28.38 | 26.54 | 85.29 | - |
| YUV | 133.66 | 187.45 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 239 | 0.65 | 0.42 | 0 | 0.06 | 218.46 | 0.83 | 0.63 |
| Hex | 53 | 8B | EF | 41 | 2A | 0 | 6 | DA | 53 | 3F |
| Octal | 123 | 213 | 357 | 101 | 52 | 0 | 6 | 332 | 123 | 77 |
| Binary | 1010011 | 10001011 | 11101111 | 1000001 | 101010 | 0 | 110 | 11011010 | 1010011 | 111111 |
Color Harmonies of #538BEF
Complementary color
Monochromatic Colors of #538BEF
Black with #538BEF
Text Example
Text Example
White with #538BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BEF; }
p { color: rgb(83,139,239); }
H1.HeaderClassName
{
color: #538BEF;
}
.AnyTagClassName
{
color: #538BEF;
}
</style>
background-color css
<style>
a { background-color: #538BEF; }
a { background-color: rgb(83,139,239); }
div.DivClassName
{
background-color: #538BEF;
}
.BgClassName
{
background-color: #538BEF;
}
</style>
border-color css
<style>
span { border-color: #538BEF; }
span { border-color: rgb(83,139,239); }
td.TdClassName
{
border-color: #538BEF;
}
.TagClassName
{
border-color: #538BEF;
}
</style>