#527EFF

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

Shades of Cornflower Blue #527EFF

Tints of Cornflower Blue #527EFF

Color information

#527EFF (or 0x527EFF) is unknown color: approx Cornflower Blue. HEX triplet: 52, 7E and FF. RGB value is (82,126,255). Sum of RGB (Red+Green+Blue) = 82+126+255=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #527EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527EFF is #AD8100. Grayscale: #7E7E7E. Windows color (decimal): -11370753 or 16744018. OLE color: 16744018.

HSL color Cylindrical-coordinate representation of color #527EFF: hue angle of 224.74º 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 #527EFF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB82126255-
CMYK0.680.5100
HSL224.74º100%66.08%-
HSV(B)224.74º67.84%100%-
XYZ28.9923.9497.7-
YUV127.55199.9295.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.71%
GREEN value IS 126 (49.61% from 255) = 27.21%
BLUE value IS 255 (100% from 255) = 55.08%
R=17.71%
G=27.21%
B=55.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal821262550.680.5100224.7410066.08
Hex527EFF443300e16442
Octal1221763771046300341144102
Binary10100101111110111111111000100110011001110000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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