Shades of Cornflower Blue #53A7FC
Tints of Cornflower Blue #53A7FC
RGB
CMYK
RGB Variations
Color information
#53A7FC (or 0x53A7FC) is known color: Cornflower Blue. HEX triplet: 53, A7 and FC. RGB value is (83,167,252). Sum of RGB (Red+Green+Blue) = 83+167+252=502 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.53% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #53A7FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A7FC is #AC5803. Grayscale: #979797. Windows color (decimal): -11294724 or 16557907. OLE color: 16557907.
HSL color Cylindrical-coordinate representation of color #53A7FC: hue angle of 210.18º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53A7FC is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 167 | 252 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.01 |
| HSL | 210.18º | 0.97% | 0.66% | - |
| HSV(B) | 210.18º | 0.67% | 0.99% | - |
| XYZ | 34.96 | 36.5 | 97.3 | - |
| YUV | 151.57 | 184.67 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 167 | 252 | 0.67 | 0.34 | 0 | 0.01 | 210.18 | 0.97 | 0.66 |
| Hex | 53 | A7 | FC | 43 | 22 | 0 | 1 | D2 | 61 | 42 |
| Octal | 123 | 247 | 374 | 103 | 42 | 0 | 1 | 322 | 141 | 102 |
| Binary | 1010011 | 10100111 | 11111100 | 1000011 | 100010 | 0 | 1 | 11010010 | 1100001 | 1000010 |
Color Harmonies of #53A7FC
Complementary color
Monochromatic Colors of #53A7FC
Black with #53A7FC
Text Example
Text Example
White with #53A7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A7FC; }
p { color: rgb(83,167,252); }
H1.HeaderClassName
{
color: #53A7FC;
}
.AnyTagClassName
{
color: #53A7FC;
}
</style>
background-color css
<style>
a { background-color: #53A7FC; }
a { background-color: rgb(83,167,252); }
div.DivClassName
{
background-color: #53A7FC;
}
.BgClassName
{
background-color: #53A7FC;
}
</style>
border-color css
<style>
span { border-color: #53A7FC; }
span { border-color: rgb(83,167,252); }
td.TdClassName
{
border-color: #53A7FC;
}
.TagClassName
{
border-color: #53A7FC;
}
</style>