Shades of Cornflower Blue #52A3FE
Tints of Cornflower Blue #52A3FE
RGB
CMYK
RGB Variations
Color information
#52A3FE (or 0x52A3FE) is known color: Cornflower Blue. HEX triplet: 52, A3 and FE. RGB value is (82,163,254). Sum of RGB (Red+Green+Blue) = 82+163+254=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #52A3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A3FE is #AD5C01. Grayscale: #949494. Windows color (decimal): -11361282 or 16687954. OLE color: 16687954.
HSL color Cylindrical-coordinate representation of color #52A3FE: hue angle of 211.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52A3FE is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 163 | 254 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.00 |
| HSL | 211.74º | 0.99% | 0.66% | - |
| HSV(B) | 211.74º | 0.68% | 1% | - |
| XYZ | 34.47 | 35.14 | 98.73 | - |
| YUV | 149.16 | 187.16 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 163 | 254 | 0.68 | 0.36 | 0 | 0.00 | 211.74 | 0.99 | 0.66 |
| Hex | 52 | A3 | FE | 44 | 24 | 0 | 0 | D4 | 63 | 42 |
| Octal | 122 | 243 | 376 | 104 | 44 | 0 | 0 | 324 | 143 | 102 |
| Binary | 1010010 | 10100011 | 11111110 | 1000100 | 100100 | 0 | 0 | 11010100 | 1100011 | 1000010 |
Color Harmonies of #52A3FE
Complementary color
Monochromatic Colors of #52A3FE
Black with #52A3FE
Text Example
Text Example
White with #52A3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A3FE; }
p { color: rgb(82,163,254); }
H1.HeaderClassName
{
color: #52A3FE;
}
.AnyTagClassName
{
color: #52A3FE;
}
</style>
background-color css
<style>
a { background-color: #52A3FE; }
a { background-color: rgb(82,163,254); }
div.DivClassName
{
background-color: #52A3FE;
}
.BgClassName
{
background-color: #52A3FE;
}
</style>
border-color css
<style>
span { border-color: #52A3FE; }
span { border-color: rgb(82,163,254); }
td.TdClassName
{
border-color: #52A3FE;
}
.TagClassName
{
border-color: #52A3FE;
}
</style>