Shades of Cornflower Blue #53A9FE
Tints of Cornflower Blue #53A9FE
RGB
CMYK
RGB Variations
Color information
#53A9FE (or 0x53A9FE) is known color: Cornflower Blue. HEX triplet: 53, A9 and FE. RGB value is (83,169,254). Sum of RGB (Red+Green+Blue) = 83+169+254=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #53A9FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A9FE is #AC5601. Grayscale: #989898. Windows color (decimal): -11294210 or 16689491. OLE color: 16689491.
HSL color Cylindrical-coordinate representation of color #53A9FE: hue angle of 209.82º 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 #53A9FE is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 169 | 254 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.00 |
| HSL | 209.82º | 0.99% | 0.66% | - |
| HSV(B) | 209.82º | 0.67% | 1% | - |
| XYZ | 35.64 | 37.37 | 99.1 | - |
| YUV | 152.98 | 185.01 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 169 | 254 | 0.67 | 0.33 | 0 | 0.00 | 209.82 | 0.99 | 0.66 |
| Hex | 53 | A9 | FE | 43 | 21 | 0 | 0 | D2 | 63 | 42 |
| Octal | 123 | 251 | 376 | 103 | 41 | 0 | 0 | 322 | 143 | 102 |
| Binary | 1010011 | 10101001 | 11111110 | 1000011 | 100001 | 0 | 0 | 11010010 | 1100011 | 1000010 |
Color Harmonies of #53A9FE
Complementary color
Monochromatic Colors of #53A9FE
Black with #53A9FE
Text Example
Text Example
White with #53A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A9FE; }
p { color: rgb(83,169,254); }
H1.HeaderClassName
{
color: #53A9FE;
}
.AnyTagClassName
{
color: #53A9FE;
}
</style>
background-color css
<style>
a { background-color: #53A9FE; }
a { background-color: rgb(83,169,254); }
div.DivClassName
{
background-color: #53A9FE;
}
.BgClassName
{
background-color: #53A9FE;
}
</style>
border-color css
<style>
span { border-color: #53A9FE; }
span { border-color: rgb(83,169,254); }
td.TdClassName
{
border-color: #53A9FE;
}
.TagClassName
{
border-color: #53A9FE;
}
</style>