Shades of Cornflower Blue #53A8FE
Tints of Cornflower Blue #53A8FE
RGB
CMYK
RGB Variations
Color information
#53A8FE (or 0x53A8FE) is known color: Cornflower Blue. HEX triplet: 53, A8 and FE. RGB value is (83,168,254). Sum of RGB (Red+Green+Blue) = 83+168+254=505 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.44% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #53A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A8FE is #AC5701. Grayscale: #979797. Windows color (decimal): -11294466 or 16689235. OLE color: 16689235.
HSL color Cylindrical-coordinate representation of color #53A8FE: hue angle of 210.18º 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 #53A8FE is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 168 | 254 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.00 |
| HSL | 210.18º | 0.99% | 0.66% | - |
| HSV(B) | 210.18º | 0.67% | 1% | - |
| XYZ | 35.46 | 37 | 99.04 | - |
| YUV | 152.39 | 185.34 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 254 | 0.67 | 0.34 | 0 | 0.00 | 210.18 | 0.99 | 0.66 |
| Hex | 53 | A8 | FE | 43 | 22 | 0 | 0 | D2 | 63 | 42 |
| Octal | 123 | 250 | 376 | 103 | 42 | 0 | 0 | 322 | 143 | 102 |
| Binary | 1010011 | 10101000 | 11111110 | 1000011 | 100010 | 0 | 0 | 11010010 | 1100011 | 1000010 |
Color Harmonies of #53A8FE
Complementary color
Monochromatic Colors of #53A8FE
Black with #53A8FE
Text Example
Text Example
White with #53A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8FE; }
p { color: rgb(83,168,254); }
H1.HeaderClassName
{
color: #53A8FE;
}
.AnyTagClassName
{
color: #53A8FE;
}
</style>
background-color css
<style>
a { background-color: #53A8FE; }
a { background-color: rgb(83,168,254); }
div.DivClassName
{
background-color: #53A8FE;
}
.BgClassName
{
background-color: #53A8FE;
}
</style>
border-color css
<style>
span { border-color: #53A8FE; }
span { border-color: rgb(83,168,254); }
td.TdClassName
{
border-color: #53A8FE;
}
.TagClassName
{
border-color: #53A8FE;
}
</style>