Shades of Cornflower Blue #538CDF
Tints of Cornflower Blue #538CDF
RGB
CMYK
RGB Variations
Color information
#538CDF (or 0x538CDF) is known color: Cornflower Blue. HEX triplet: 53, 8C and DF. RGB value is (83,140,223). Sum of RGB (Red+Green+Blue) = 83+140+223=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #538CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CDF is #AC7320. Grayscale: #848484. Windows color (decimal): -11301665 or 14650451. OLE color: 14650451.
HSL color Cylindrical-coordinate representation of color #538CDF: hue angle of 215.57º 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 #538CDF is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 140 | 223 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.13 |
| HSL | 215.57º | 0.69% | 0.6% | - |
| HSV(B) | 215.57º | 0.63% | 0.87% | - |
| XYZ | 26.26 | 25.92 | 73.43 | - |
| YUV | 132.42 | 179.12 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 223 | 0.63 | 0.37 | 0 | 0.13 | 215.57 | 0.69 | 0.6 |
| Hex | 53 | 8C | DF | 3F | 25 | 0 | D | D8 | 45 | 3C |
| Octal | 123 | 214 | 337 | 77 | 45 | 0 | 15 | 330 | 105 | 74 |
| Binary | 1010011 | 10001100 | 11011111 | 111111 | 100101 | 0 | 1101 | 11011000 | 1000101 | 111100 |
Color Harmonies of #538CDF
Complementary color
Monochromatic Colors of #538CDF
Black with #538CDF
Text Example
Text Example
White with #538CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CDF; }
p { color: rgb(83,140,223); }
H1.HeaderClassName
{
color: #538CDF;
}
.AnyTagClassName
{
color: #538CDF;
}
</style>
background-color css
<style>
a { background-color: #538CDF; }
a { background-color: rgb(83,140,223); }
div.DivClassName
{
background-color: #538CDF;
}
.BgClassName
{
background-color: #538CDF;
}
</style>
border-color css
<style>
span { border-color: #538CDF; }
span { border-color: rgb(83,140,223); }
td.TdClassName
{
border-color: #538CDF;
}
.TagClassName
{
border-color: #538CDF;
}
</style>