Shades of Cornflower Blue #53A3F6
Tints of Cornflower Blue #53A3F6
RGB
CMYK
RGB Variations
Color information
#53A3F6 (or 0x53A3F6) is known color: Cornflower Blue. HEX triplet: 53, A3 and F6. RGB value is (83,163,246). Sum of RGB (Red+Green+Blue) = 83+163+246=492 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.87% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #53A3F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A3F6 is #AC5C09. Grayscale: #949494. Windows color (decimal): -11295754 or 16163667. OLE color: 16163667.
HSL color Cylindrical-coordinate representation of color #53A3F6: hue angle of 210.55º 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 #53A3F6 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 163 | 246 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.04 |
| HSL | 210.55º | 0.9% | 0.65% | - |
| HSV(B) | 210.55º | 0.66% | 0.96% | - |
| XYZ | 33.3 | 34.69 | 92.13 | - |
| YUV | 148.54 | 183 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 246 | 0.66 | 0.34 | 0 | 0.04 | 210.55 | 0.9 | 0.65 |
| Hex | 53 | A3 | F6 | 42 | 22 | 0 | 4 | D3 | 5A | 41 |
| Octal | 123 | 243 | 366 | 102 | 42 | 0 | 4 | 323 | 132 | 101 |
| Binary | 1010011 | 10100011 | 11110110 | 1000010 | 100010 | 0 | 100 | 11010011 | 1011010 | 1000001 |
Color Harmonies of #53A3F6
Complementary color
Monochromatic Colors of #53A3F6
Black with #53A3F6
Text Example
Text Example
White with #53A3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A3F6; }
p { color: rgb(83,163,246); }
H1.HeaderClassName
{
color: #53A3F6;
}
.AnyTagClassName
{
color: #53A3F6;
}
</style>
background-color css
<style>
a { background-color: #53A3F6; }
a { background-color: rgb(83,163,246); }
div.DivClassName
{
background-color: #53A3F6;
}
.BgClassName
{
background-color: #53A3F6;
}
</style>
border-color css
<style>
span { border-color: #53A3F6; }
span { border-color: rgb(83,163,246); }
td.TdClassName
{
border-color: #53A3F6;
}
.TagClassName
{
border-color: #53A3F6;
}
</style>