Shades of Cornflower Blue #528AFB
Tints of Cornflower Blue #528AFB
RGB
CMYK
RGB Variations
Color information
#528AFB (or 0x528AFB) is known color: Cornflower Blue. HEX triplet: 52, 8A and FB. RGB value is (82,138,251). Sum of RGB (Red+Green+Blue) = 82+138+251=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #528AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528AFB is #AD7504. Grayscale: #858585. Windows color (decimal): -11367685 or 16484946. OLE color: 16484946.
HSL color Cylindrical-coordinate representation of color #528AFB: hue angle of 220.12º 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 #528AFB is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 138 | 251 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.02 |
| HSL | 220.12º | 0.95% | 0.65% | - |
| HSV(B) | 220.12º | 0.67% | 0.98% | - |
| XYZ | 29.98 | 26.94 | 94.89 | - |
| YUV | 134.14 | 193.95 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 251 | 0.67 | 0.45 | 0 | 0.02 | 220.12 | 0.95 | 0.65 |
| Hex | 52 | 8A | FB | 43 | 2D | 0 | 2 | DC | 5F | 41 |
| Octal | 122 | 212 | 373 | 103 | 55 | 0 | 2 | 334 | 137 | 101 |
| Binary | 1010010 | 10001010 | 11111011 | 1000011 | 101101 | 0 | 10 | 11011100 | 1011111 | 1000001 |
Color Harmonies of #528AFB
Complementary color
Monochromatic Colors of #528AFB
Black with #528AFB
Text Example
Text Example
White with #528AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528AFB; }
p { color: rgb(82,138,251); }
H1.HeaderClassName
{
color: #528AFB;
}
.AnyTagClassName
{
color: #528AFB;
}
</style>
background-color css
<style>
a { background-color: #528AFB; }
a { background-color: rgb(82,138,251); }
div.DivClassName
{
background-color: #528AFB;
}
.BgClassName
{
background-color: #528AFB;
}
</style>
border-color css
<style>
span { border-color: #528AFB; }
span { border-color: rgb(82,138,251); }
td.TdClassName
{
border-color: #528AFB;
}
.TagClassName
{
border-color: #528AFB;
}
</style>