Shades of Cornflower Blue #53A8FC
Tints of Cornflower Blue #53A8FC
RGB
CMYK
RGB Variations
Color information
#53A8FC (or 0x53A8FC) is known color: Cornflower Blue. HEX triplet: 53, A8 and FC. RGB value is (83,168,252). Sum of RGB (Red+Green+Blue) = 83+168+252=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #53A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A8FC is #AC5703. Grayscale: #979797. Windows color (decimal): -11294468 or 16558163. OLE color: 16558163.
HSL color Cylindrical-coordinate representation of color #53A8FC: hue angle of 209.82º 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 #53A8FC is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 168 | 252 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.01 |
| HSL | 209.82º | 0.97% | 0.66% | - |
| HSV(B) | 209.82º | 0.67% | 0.99% | - |
| XYZ | 35.14 | 36.87 | 97.36 | - |
| YUV | 152.16 | 184.34 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 252 | 0.67 | 0.33 | 0 | 0.01 | 209.82 | 0.97 | 0.66 |
| Hex | 53 | A8 | FC | 43 | 21 | 0 | 1 | D2 | 61 | 42 |
| Octal | 123 | 250 | 374 | 103 | 41 | 0 | 1 | 322 | 141 | 102 |
| Binary | 1010011 | 10101000 | 11111100 | 1000011 | 100001 | 0 | 1 | 11010010 | 1100001 | 1000010 |
Color Harmonies of #53A8FC
Complementary color
Monochromatic Colors of #53A8FC
Black with #53A8FC
Text Example
Text Example
White with #53A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8FC; }
p { color: rgb(83,168,252); }
H1.HeaderClassName
{
color: #53A8FC;
}
.AnyTagClassName
{
color: #53A8FC;
}
</style>
background-color css
<style>
a { background-color: #53A8FC; }
a { background-color: rgb(83,168,252); }
div.DivClassName
{
background-color: #53A8FC;
}
.BgClassName
{
background-color: #53A8FC;
}
</style>
border-color css
<style>
span { border-color: #53A8FC; }
span { border-color: rgb(83,168,252); }
td.TdClassName
{
border-color: #53A8FC;
}
.TagClassName
{
border-color: #53A8FC;
}
</style>