Shades of Cornflower Blue #538DF6
Tints of Cornflower Blue #538DF6
RGB
CMYK
RGB Variations
Color information
#538DF6 (or 0x538DF6) is known color: Cornflower Blue. HEX triplet: 53, 8D and F6. RGB value is (83,141,246). Sum of RGB (Red+Green+Blue) = 83+141+246=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #538DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538DF6 is #AC7209. Grayscale: #878787. Windows color (decimal): -11301386 or 16158035. OLE color: 16158035.
HSL color Cylindrical-coordinate representation of color #538DF6: hue angle of 218.65º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #538DF6 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 141 | 246 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.04 |
| HSL | 218.65º | 0.9% | 0.65% | - |
| HSV(B) | 218.65º | 0.66% | 0.96% | - |
| XYZ | 29.73 | 27.54 | 90.94 | - |
| YUV | 135.63 | 190.28 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 246 | 0.66 | 0.43 | 0 | 0.04 | 218.65 | 0.9 | 0.65 |
| Hex | 53 | 8D | F6 | 42 | 2B | 0 | 4 | DB | 5A | 41 |
| Octal | 123 | 215 | 366 | 102 | 53 | 0 | 4 | 333 | 132 | 101 |
| Binary | 1010011 | 10001101 | 11110110 | 1000010 | 101011 | 0 | 100 | 11011011 | 1011010 | 1000001 |
Color Harmonies of #538DF6
Complementary color
Monochromatic Colors of #538DF6
Black with #538DF6
Text Example
Text Example
White with #538DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538DF6; }
p { color: rgb(83,141,246); }
H1.HeaderClassName
{
color: #538DF6;
}
.AnyTagClassName
{
color: #538DF6;
}
</style>
background-color css
<style>
a { background-color: #538DF6; }
a { background-color: rgb(83,141,246); }
div.DivClassName
{
background-color: #538DF6;
}
.BgClassName
{
background-color: #538DF6;
}
</style>
border-color css
<style>
span { border-color: #538DF6; }
span { border-color: rgb(83,141,246); }
td.TdClassName
{
border-color: #538DF6;
}
.TagClassName
{
border-color: #538DF6;
}
</style>