#527DFF

Color #527DFF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #527DFF

Tints of Cornflower Blue #527DFF

Color information

#527DFF (or 0x527DFF) is unknown color: approx Cornflower Blue. HEX triplet: 52, 7D and FF. RGB value is (82,125,255). Sum of RGB (Red+Green+Blue) = 82+125+255=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #527DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527DFF is #AD8200. Grayscale: #7E7E7E. Windows color (decimal): -11371009 or 16743762. OLE color: 16743762.

HSL color Cylindrical-coordinate representation of color #527DFF: hue angle of 225.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #527DFF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB82125255-
CMYK0.680.5100
HSL225.09º100%66.08%-
HSV(B)225.09º67.84%100%-
XYZ28.8623.6897.66-
YUV126.96200.2595.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 17.75%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 255 (100% from 255) = 55.19%
R=17.75%
G=27.06%
B=55.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal821252550.680.5100225.0910066.08
Hex527DFF443300e16442
Octal1221753771046300341144102
Binary10100101111101111111111000100110011001110000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527DFF; }

 p { color: rgb(82,125,255); }

 H1.HeaderClassName
 {
   color: #527DFF;
 }
 .AnyTagClassName
 {
   color: #527DFF;
 }
</style>
background-color css

<style>
 a { background-color: #527DFF; }

 a { background-color: rgb(82,125,255); }

 div.DivClassName
 {
   background-color: #527DFF;
 }
 .BgClassName
 {
   background-color: #527DFF;
 }
</style>
border-color css

<style>
 span { border-color: #527DFF; }

 span { border-color: rgb(82,125,255); }

 td.TdClassName
 {
   border-color: #527DFF;
 }
 .TagClassName
 {
   border-color: #527DFF;
 }
</style>