Shades of Cornflower Blue #53A0F1
Tints of Cornflower Blue #53A0F1
RGB
CMYK
RGB Variations
Color information
#53A0F1 (or 0x53A0F1) is known color: Cornflower Blue. HEX triplet: 53, A0 and F1. RGB value is (83,160,241). Sum of RGB (Red+Green+Blue) = 83+160+241=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #53A0F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A0F1 is #AC5F0E. Grayscale: #919191. Windows color (decimal): -11296527 or 15835219. OLE color: 15835219.
HSL color Cylindrical-coordinate representation of color #53A0F1: hue angle of 210.76º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53A0F1 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 160 | 241 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.05 |
| HSL | 210.76º | 0.85% | 0.64% | - |
| HSV(B) | 210.76º | 0.66% | 0.95% | - |
| XYZ | 32.02 | 33.33 | 87.97 | - |
| YUV | 146.21 | 181.49 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 241 | 0.66 | 0.34 | 0 | 0.05 | 210.76 | 0.85 | 0.64 |
| Hex | 53 | A0 | F1 | 42 | 22 | 0 | 5 | D3 | 55 | 40 |
| Octal | 123 | 240 | 361 | 102 | 42 | 0 | 5 | 323 | 125 | 100 |
| Binary | 1010011 | 10100000 | 11110001 | 1000010 | 100010 | 0 | 101 | 11010011 | 1010101 | 1000000 |
Color Harmonies of #53A0F1
Complementary color
Monochromatic Colors of #53A0F1
Black with #53A0F1
Text Example
Text Example
White with #53A0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A0F1; }
p { color: rgb(83,160,241); }
H1.HeaderClassName
{
color: #53A0F1;
}
.AnyTagClassName
{
color: #53A0F1;
}
</style>
background-color css
<style>
a { background-color: #53A0F1; }
a { background-color: rgb(83,160,241); }
div.DivClassName
{
background-color: #53A0F1;
}
.BgClassName
{
background-color: #53A0F1;
}
</style>
border-color css
<style>
span { border-color: #53A0F1; }
span { border-color: rgb(83,160,241); }
td.TdClassName
{
border-color: #53A0F1;
}
.TagClassName
{
border-color: #53A0F1;
}
</style>