Shades of Cornflower Blue #527FF3
Tints of Cornflower Blue #527FF3
RGB
CMYK
RGB Variations
Color information
#527FF3 (or 0x527FF3) is known color: Cornflower Blue. HEX triplet: 52, 7F and F3. RGB value is (82,127,243). Sum of RGB (Red+Green+Blue) = 82+127+243=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #527FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527FF3 is #AD800C. Grayscale: #7E7E7E. Windows color (decimal): -11370509 or 15957842. OLE color: 15957842.
HSL color Cylindrical-coordinate representation of color #527FF3: hue angle of 223.23º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527FF3 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 127 | 243 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.05 |
| HSL | 223.23º | 0.87% | 0.64% | - |
| HSV(B) | 223.23º | 0.66% | 0.95% | - |
| XYZ | 27.25 | 23.44 | 87.88 | - |
| YUV | 126.77 | 193.59 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 243 | 0.66 | 0.48 | 0 | 0.05 | 223.23 | 0.87 | 0.64 |
| Hex | 52 | 7F | F3 | 42 | 30 | 0 | 5 | DF | 57 | 40 |
| Octal | 122 | 177 | 363 | 102 | 60 | 0 | 5 | 337 | 127 | 100 |
| Binary | 1010010 | 1111111 | 11110011 | 1000010 | 110000 | 0 | 101 | 11011111 | 1010111 | 1000000 |
Color Harmonies of #527FF3
Complementary color
Monochromatic Colors of #527FF3
Black with #527FF3
Text Example
Text Example
White with #527FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527FF3; }
p { color: rgb(82,127,243); }
H1.HeaderClassName
{
color: #527FF3;
}
.AnyTagClassName
{
color: #527FF3;
}
</style>
background-color css
<style>
a { background-color: #527FF3; }
a { background-color: rgb(82,127,243); }
div.DivClassName
{
background-color: #527FF3;
}
.BgClassName
{
background-color: #527FF3;
}
</style>
border-color css
<style>
span { border-color: #527FF3; }
span { border-color: rgb(82,127,243); }
td.TdClassName
{
border-color: #527FF3;
}
.TagClassName
{
border-color: #527FF3;
}
</style>