Shades of Cornflower Blue #528BFD
Tints of Cornflower Blue #528BFD
RGB
CMYK
RGB Variations
Color information
#528BFD (or 0x528BFD) is known color: Cornflower Blue. HEX triplet: 52, 8B and FD. RGB value is (82,139,253). Sum of RGB (Red+Green+Blue) = 82+139+253=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #528BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528BFD is #AD7402. Grayscale: #868686. Windows color (decimal): -11367427 or 16616274. OLE color: 16616274.
HSL color Cylindrical-coordinate representation of color #528BFD: hue angle of 220º 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 #528BFD is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 139 | 253 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.01 |
| HSL | 220º | 0.98% | 0.66% | - |
| HSV(B) | 220º | 0.68% | 0.99% | - |
| XYZ | 30.44 | 27.35 | 96.6 | - |
| YUV | 134.95 | 194.62 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 253 | 0.68 | 0.45 | 0 | 0.01 | 220 | 0.98 | 0.66 |
| Hex | 52 | 8B | FD | 44 | 2D | 0 | 1 | DC | 62 | 42 |
| Octal | 122 | 213 | 375 | 104 | 55 | 0 | 1 | 334 | 142 | 102 |
| Binary | 1010010 | 10001011 | 11111101 | 1000100 | 101101 | 0 | 1 | 11011100 | 1100010 | 1000010 |
Color Harmonies of #528BFD
Complementary color
Monochromatic Colors of #528BFD
Black with #528BFD
Text Example
Text Example
White with #528BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BFD; }
p { color: rgb(82,139,253); }
H1.HeaderClassName
{
color: #528BFD;
}
.AnyTagClassName
{
color: #528BFD;
}
</style>
background-color css
<style>
a { background-color: #528BFD; }
a { background-color: rgb(82,139,253); }
div.DivClassName
{
background-color: #528BFD;
}
.BgClassName
{
background-color: #528BFD;
}
</style>
border-color css
<style>
span { border-color: #528BFD; }
span { border-color: rgb(82,139,253); }
td.TdClassName
{
border-color: #528BFD;
}
.TagClassName
{
border-color: #528BFD;
}
</style>