Shades of Cornflower Blue #528DFD
Tints of Cornflower Blue #528DFD
RGB
CMYK
RGB Variations
Color information
#528DFD (or 0x528DFD) is known color: Cornflower Blue. HEX triplet: 52, 8D and FD. RGB value is (82,141,253). Sum of RGB (Red+Green+Blue) = 82+141+253=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #528DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528DFD is #AD7202. Grayscale: #878787. Windows color (decimal): -11366915 or 16616786. OLE color: 16616786.
HSL color Cylindrical-coordinate representation of color #528DFD: hue angle of 219.3º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #528DFD is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 141 | 253 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.01 |
| HSL | 219.3º | 0.98% | 0.66% | - |
| HSV(B) | 219.3º | 0.68% | 0.99% | - |
| XYZ | 30.73 | 27.94 | 96.7 | - |
| YUV | 136.13 | 193.95 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 253 | 0.68 | 0.44 | 0 | 0.01 | 219.3 | 0.98 | 0.66 |
| Hex | 52 | 8D | FD | 44 | 2C | 0 | 1 | DB | 62 | 42 |
| Octal | 122 | 215 | 375 | 104 | 54 | 0 | 1 | 333 | 142 | 102 |
| Binary | 1010010 | 10001101 | 11111101 | 1000100 | 101100 | 0 | 1 | 11011011 | 1100010 | 1000010 |
Color Harmonies of #528DFD
Complementary color
Monochromatic Colors of #528DFD
Black with #528DFD
Text Example
Text Example
White with #528DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528DFD; }
p { color: rgb(82,141,253); }
H1.HeaderClassName
{
color: #528DFD;
}
.AnyTagClassName
{
color: #528DFD;
}
</style>
background-color css
<style>
a { background-color: #528DFD; }
a { background-color: rgb(82,141,253); }
div.DivClassName
{
background-color: #528DFD;
}
.BgClassName
{
background-color: #528DFD;
}
</style>
border-color css
<style>
span { border-color: #528DFD; }
span { border-color: rgb(82,141,253); }
td.TdClassName
{
border-color: #528DFD;
}
.TagClassName
{
border-color: #528DFD;
}
</style>