Shades of Cornflower Blue #53A8FB
Tints of Cornflower Blue #53A8FB
RGB
CMYK
RGB Variations
Color information
#53A8FB (or 0x53A8FB) is known color: Cornflower Blue. HEX triplet: 53, A8 and FB. RGB value is (83,168,251). Sum of RGB (Red+Green+Blue) = 83+168+251=502 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.53% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #53A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A8FB is #AC5704. Grayscale: #979797. Windows color (decimal): -11294469 or 16492627. OLE color: 16492627.
HSL color Cylindrical-coordinate representation of color #53A8FB: hue angle of 209.64º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53A8FB is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 168 | 251 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.02 |
| HSL | 209.64º | 0.95% | 0.65% | - |
| HSV(B) | 209.64º | 0.67% | 0.98% | - |
| XYZ | 34.98 | 36.81 | 96.53 | - |
| YUV | 152.05 | 183.84 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 251 | 0.67 | 0.33 | 0 | 0.02 | 209.64 | 0.95 | 0.65 |
| Hex | 53 | A8 | FB | 43 | 21 | 0 | 2 | D2 | 5F | 41 |
| Octal | 123 | 250 | 373 | 103 | 41 | 0 | 2 | 322 | 137 | 101 |
| Binary | 1010011 | 10101000 | 11111011 | 1000011 | 100001 | 0 | 10 | 11010010 | 1011111 | 1000001 |
Color Harmonies of #53A8FB
Complementary color
Monochromatic Colors of #53A8FB
Black with #53A8FB
Text Example
Text Example
White with #53A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8FB; }
p { color: rgb(83,168,251); }
H1.HeaderClassName
{
color: #53A8FB;
}
.AnyTagClassName
{
color: #53A8FB;
}
</style>
background-color css
<style>
a { background-color: #53A8FB; }
a { background-color: rgb(83,168,251); }
div.DivClassName
{
background-color: #53A8FB;
}
.BgClassName
{
background-color: #53A8FB;
}
</style>
border-color css
<style>
span { border-color: #53A8FB; }
span { border-color: rgb(83,168,251); }
td.TdClassName
{
border-color: #53A8FB;
}
.TagClassName
{
border-color: #53A8FB;
}
</style>