Shades of Cornflower Blue #538EDF
Tints of Cornflower Blue #538EDF
RGB
CMYK
RGB Variations
Color information
#538EDF (or 0x538EDF) is known color: Cornflower Blue. HEX triplet: 53, 8E and DF. RGB value is (83,142,223). Sum of RGB (Red+Green+Blue) = 83+142+223=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #538EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EDF is #AC7120. Grayscale: #858585. Windows color (decimal): -11301153 or 14650963. OLE color: 14650963.
HSL color Cylindrical-coordinate representation of color #538EDF: hue angle of 214.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #538EDF is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 142 | 223 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.13 |
| HSL | 214.71º | 0.69% | 0.6% | - |
| HSV(B) | 214.71º | 0.63% | 0.87% | - |
| XYZ | 26.56 | 26.51 | 73.53 | - |
| YUV | 133.59 | 178.45 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 223 | 0.63 | 0.36 | 0 | 0.13 | 214.71 | 0.69 | 0.6 |
| Hex | 53 | 8E | DF | 3F | 24 | 0 | D | D7 | 45 | 3C |
| Octal | 123 | 216 | 337 | 77 | 44 | 0 | 15 | 327 | 105 | 74 |
| Binary | 1010011 | 10001110 | 11011111 | 111111 | 100100 | 0 | 1101 | 11010111 | 1000101 | 111100 |
Color Harmonies of #538EDF
Complementary color
Monochromatic Colors of #538EDF
Black with #538EDF
Text Example
Text Example
White with #538EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538EDF; }
p { color: rgb(83,142,223); }
H1.HeaderClassName
{
color: #538EDF;
}
.AnyTagClassName
{
color: #538EDF;
}
</style>
background-color css
<style>
a { background-color: #538EDF; }
a { background-color: rgb(83,142,223); }
div.DivClassName
{
background-color: #538EDF;
}
.BgClassName
{
background-color: #538EDF;
}
</style>
border-color css
<style>
span { border-color: #538EDF; }
span { border-color: rgb(83,142,223); }
td.TdClassName
{
border-color: #538EDF;
}
.TagClassName
{
border-color: #538EDF;
}
</style>