Shades of Cornflower Blue #538BDB
Tints of Cornflower Blue #538BDB
RGB
CMYK
RGB Variations
Color information
#538BDB (or 0x538BDB) is known color: Cornflower Blue. HEX triplet: 53, 8B and DB. RGB value is (83,139,219). Sum of RGB (Red+Green+Blue) = 83+139+219=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #538BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BDB is #AC7424. Grayscale: #838383. Windows color (decimal): -11301925 or 14388051. OLE color: 14388051.
HSL color Cylindrical-coordinate representation of color #538BDB: hue angle of 215.29º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538BDB is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 139 | 219 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.14 |
| HSL | 215.29º | 0.65% | 0.59% | - |
| HSV(B) | 215.29º | 0.62% | 0.86% | - |
| XYZ | 25.59 | 25.42 | 70.58 | - |
| YUV | 131.38 | 177.45 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 219 | 0.62 | 0.37 | 0 | 0.14 | 215.29 | 0.65 | 0.59 |
| Hex | 53 | 8B | DB | 3E | 25 | 0 | E | D7 | 41 | 3B |
| Octal | 123 | 213 | 333 | 76 | 45 | 0 | 16 | 327 | 101 | 73 |
| Binary | 1010011 | 10001011 | 11011011 | 111110 | 100101 | 0 | 1110 | 11010111 | 1000001 | 111011 |
Color Harmonies of #538BDB
Complementary color
Monochromatic Colors of #538BDB
Black with #538BDB
Text Example
Text Example
White with #538BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BDB; }
p { color: rgb(83,139,219); }
H1.HeaderClassName
{
color: #538BDB;
}
.AnyTagClassName
{
color: #538BDB;
}
</style>
background-color css
<style>
a { background-color: #538BDB; }
a { background-color: rgb(83,139,219); }
div.DivClassName
{
background-color: #538BDB;
}
.BgClassName
{
background-color: #538BDB;
}
</style>
border-color css
<style>
span { border-color: #538BDB; }
span { border-color: rgb(83,139,219); }
td.TdClassName
{
border-color: #538BDB;
}
.TagClassName
{
border-color: #538BDB;
}
</style>