Shades of Cornflower Blue #538BDF
Tints of Cornflower Blue #538BDF
RGB
CMYK
RGB Variations
Color information
#538BDF (or 0x538BDF) is known color: Cornflower Blue. HEX triplet: 53, 8B and DF. RGB value is (83,139,223). Sum of RGB (Red+Green+Blue) = 83+139+223=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #538BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BDF is #AC7420. Grayscale: #838383. Windows color (decimal): -11301921 or 14650195. OLE color: 14650195.
HSL color Cylindrical-coordinate representation of color #538BDF: hue angle of 216º 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 #538BDF is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 139 | 223 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.13 |
| HSL | 216º | 0.69% | 0.6% | - |
| HSV(B) | 216º | 0.63% | 0.87% | - |
| XYZ | 26.12 | 25.63 | 73.38 | - |
| YUV | 131.83 | 179.45 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 223 | 0.63 | 0.38 | 0 | 0.13 | 216 | 0.69 | 0.6 |
| Hex | 53 | 8B | DF | 3F | 26 | 0 | D | D8 | 45 | 3C |
| Octal | 123 | 213 | 337 | 77 | 46 | 0 | 15 | 330 | 105 | 74 |
| Binary | 1010011 | 10001011 | 11011111 | 111111 | 100110 | 0 | 1101 | 11011000 | 1000101 | 111100 |
Color Harmonies of #538BDF
Complementary color
Monochromatic Colors of #538BDF
Black with #538BDF
Text Example
Text Example
White with #538BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BDF; }
p { color: rgb(83,139,223); }
H1.HeaderClassName
{
color: #538BDF;
}
.AnyTagClassName
{
color: #538BDF;
}
</style>
background-color css
<style>
a { background-color: #538BDF; }
a { background-color: rgb(83,139,223); }
div.DivClassName
{
background-color: #538BDF;
}
.BgClassName
{
background-color: #538BDF;
}
</style>
border-color css
<style>
span { border-color: #538BDF; }
span { border-color: rgb(83,139,223); }
td.TdClassName
{
border-color: #538BDF;
}
.TagClassName
{
border-color: #538BDF;
}
</style>