Shades of Cornflower Blue #53A5FE
Tints of Cornflower Blue #53A5FE
RGB
CMYK
RGB Variations
Color information
#53A5FE (or 0x53A5FE) is known color: Cornflower Blue. HEX triplet: 53, A5 and FE. RGB value is (83,165,254). Sum of RGB (Red+Green+Blue) = 83+165+254=502 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.53% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #53A5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A5FE is #AC5A01. Grayscale: #969696. Windows color (decimal): -11295234 or 16688467. OLE color: 16688467.
HSL color Cylindrical-coordinate representation of color #53A5FE: hue angle of 211.23º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53A5FE is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 165 | 254 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.00 |
| HSL | 211.23º | 0.99% | 0.66% | - |
| HSV(B) | 211.23º | 0.67% | 1% | - |
| XYZ | 34.91 | 35.91 | 98.86 | - |
| YUV | 150.63 | 186.33 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 165 | 254 | 0.67 | 0.35 | 0 | 0.00 | 211.23 | 0.99 | 0.66 |
| Hex | 53 | A5 | FE | 43 | 23 | 0 | 0 | D3 | 63 | 42 |
| Octal | 123 | 245 | 376 | 103 | 43 | 0 | 0 | 323 | 143 | 102 |
| Binary | 1010011 | 10100101 | 11111110 | 1000011 | 100011 | 0 | 0 | 11010011 | 1100011 | 1000010 |
Color Harmonies of #53A5FE
Complementary color
Monochromatic Colors of #53A5FE
Black with #53A5FE
Text Example
Text Example
White with #53A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A5FE; }
p { color: rgb(83,165,254); }
H1.HeaderClassName
{
color: #53A5FE;
}
.AnyTagClassName
{
color: #53A5FE;
}
</style>
background-color css
<style>
a { background-color: #53A5FE; }
a { background-color: rgb(83,165,254); }
div.DivClassName
{
background-color: #53A5FE;
}
.BgClassName
{
background-color: #53A5FE;
}
</style>
border-color css
<style>
span { border-color: #53A5FE; }
span { border-color: rgb(83,165,254); }
td.TdClassName
{
border-color: #53A5FE;
}
.TagClassName
{
border-color: #53A5FE;
}
</style>