Shades of Cornflower Blue #53A2FF
Tints of Cornflower Blue #53A2FF
RGB
CMYK
RGB Variations
Color information
#53A2FF (or 0x53A2FF) is known color: Cornflower Blue. HEX triplet: 53, A2 and FF. RGB value is (83,162,255). Sum of RGB (Red+Green+Blue) = 83+162+255=500 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.6% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #53A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A2FF is #AC5D00. Grayscale: #949494. Windows color (decimal): -11296001 or 16753235. OLE color: 16753235.
HSL color Cylindrical-coordinate representation of color #53A2FF: hue angle of 212.44º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53A2FF is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 162 | 255 | - |
| CMYK | 0.67 | 0.36 | 0 | 0 |
| HSL | 212.44º | 1% | 0.66% | - |
| HSV(B) | 212.44º | 0.67% | 1% | - |
| XYZ | 34.54 | 34.9 | 99.52 | - |
| YUV | 148.98 | 187.83 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 162 | 255 | 0.67 | 0.36 | 0 | 0 | 212.44 | 1 | 0.66 |
| Hex | 53 | A2 | FF | 43 | 24 | 0 | 0 | D4 | 64 | 42 |
| Octal | 123 | 242 | 377 | 103 | 44 | 0 | 0 | 324 | 144 | 102 |
| Binary | 1010011 | 10100010 | 11111111 | 1000011 | 100100 | 0 | 0 | 11010100 | 1100100 | 1000010 |
Color Harmonies of #53A2FF
Complementary color
Monochromatic Colors of #53A2FF
Black with #53A2FF
Text Example
Text Example
White with #53A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A2FF; }
p { color: rgb(83,162,255); }
H1.HeaderClassName
{
color: #53A2FF;
}
.AnyTagClassName
{
color: #53A2FF;
}
</style>
background-color css
<style>
a { background-color: #53A2FF; }
a { background-color: rgb(83,162,255); }
div.DivClassName
{
background-color: #53A2FF;
}
.BgClassName
{
background-color: #53A2FF;
}
</style>
border-color css
<style>
span { border-color: #53A2FF; }
span { border-color: rgb(83,162,255); }
td.TdClassName
{
border-color: #53A2FF;
}
.TagClassName
{
border-color: #53A2FF;
}
</style>