Shades of Cornflower Blue #538CEF
Tints of Cornflower Blue #538CEF
RGB
CMYK
RGB Variations
Color information
#538CEF (or 0x538CEF) is known color: Cornflower Blue. HEX triplet: 53, 8C and EF. RGB value is (83,140,239). Sum of RGB (Red+Green+Blue) = 83+140+239=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #538CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538CEF is #AC7310. Grayscale: #858585. Windows color (decimal): -11301649 or 15699027. OLE color: 15699027.
HSL color Cylindrical-coordinate representation of color #538CEF: hue angle of 218.08º 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 #538CEF is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 140 | 239 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.06 |
| HSL | 218.08º | 0.83% | 0.63% | - |
| HSV(B) | 218.08º | 0.65% | 0.94% | - |
| XYZ | 28.53 | 26.83 | 85.34 | - |
| YUV | 134.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 239 | 0.65 | 0.41 | 0 | 0.06 | 218.08 | 0.83 | 0.63 |
| Hex | 53 | 8C | EF | 41 | 29 | 0 | 6 | DA | 53 | 3F |
| Octal | 123 | 214 | 357 | 101 | 51 | 0 | 6 | 332 | 123 | 77 |
| Binary | 1010011 | 10001100 | 11101111 | 1000001 | 101001 | 0 | 110 | 11011010 | 1010011 | 111111 |
Color Harmonies of #538CEF
Complementary color
Monochromatic Colors of #538CEF
Black with #538CEF
Text Example
Text Example
White with #538CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CEF; }
p { color: rgb(83,140,239); }
H1.HeaderClassName
{
color: #538CEF;
}
.AnyTagClassName
{
color: #538CEF;
}
</style>
background-color css
<style>
a { background-color: #538CEF; }
a { background-color: rgb(83,140,239); }
div.DivClassName
{
background-color: #538CEF;
}
.BgClassName
{
background-color: #538CEF;
}
</style>
border-color css
<style>
span { border-color: #538CEF; }
span { border-color: rgb(83,140,239); }
td.TdClassName
{
border-color: #538CEF;
}
.TagClassName
{
border-color: #538CEF;
}
</style>