Shades of Cornflower Blue #53A4FA
Tints of Cornflower Blue #53A4FA
RGB
CMYK
RGB Variations
Color information
#53A4FA (or 0x53A4FA) is known color: Cornflower Blue. HEX triplet: 53, A4 and FA. RGB value is (83,164,250). Sum of RGB (Red+Green+Blue) = 83+164+250=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #53A4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A4FA is #AC5B05. Grayscale: #959595. Windows color (decimal): -11295494 or 16426067. OLE color: 16426067.
HSL color Cylindrical-coordinate representation of color #53A4FA: hue angle of 210.9º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53A4FA is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 164 | 250 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.02 |
| HSL | 210.9º | 0.94% | 0.65% | - |
| HSV(B) | 210.9º | 0.67% | 0.98% | - |
| XYZ | 34.1 | 35.29 | 95.46 | - |
| YUV | 149.59 | 184.66 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 164 | 250 | 0.67 | 0.34 | 0 | 0.02 | 210.9 | 0.94 | 0.65 |
| Hex | 53 | A4 | FA | 43 | 22 | 0 | 2 | D3 | 5E | 41 |
| Octal | 123 | 244 | 372 | 103 | 42 | 0 | 2 | 323 | 136 | 101 |
| Binary | 1010011 | 10100100 | 11111010 | 1000011 | 100010 | 0 | 10 | 11010011 | 1011110 | 1000001 |
Color Harmonies of #53A4FA
Complementary color
Monochromatic Colors of #53A4FA
Black with #53A4FA
Text Example
Text Example
White with #53A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A4FA; }
p { color: rgb(83,164,250); }
H1.HeaderClassName
{
color: #53A4FA;
}
.AnyTagClassName
{
color: #53A4FA;
}
</style>
background-color css
<style>
a { background-color: #53A4FA; }
a { background-color: rgb(83,164,250); }
div.DivClassName
{
background-color: #53A4FA;
}
.BgClassName
{
background-color: #53A4FA;
}
</style>
border-color css
<style>
span { border-color: #53A4FA; }
span { border-color: rgb(83,164,250); }
td.TdClassName
{
border-color: #53A4FA;
}
.TagClassName
{
border-color: #53A4FA;
}
</style>