#527EFB

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

Shades of Cornflower Blue #527EFB

Tints of Cornflower Blue #527EFB

Color information

#527EFB (or 0x527EFB) is unknown color: approx Cornflower Blue. HEX triplet: 52, 7E and FB. RGB value is (82,126,251). Sum of RGB (Red+Green+Blue) = 82+126+251=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #527EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527EFB is #AD8104. Grayscale: #7E7E7E. Windows color (decimal): -11370757 or 16481874. OLE color: 16481874.

HSL color Cylindrical-coordinate representation of color #527EFB: hue angle of 224.38º 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 #527EFB is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB82126251-
CMYK0.670.5000.02
HSL224.38º95.48%65.29%-
HSV(B)224.38º67.33%98.43%-
XYZ28.3523.6894.34-
YUV127.09197.9295.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.86%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 251 (98.44% from 255) = 54.68%
R=17.86%
G=27.45%
B=54.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal821262510.670.5000.02224.3895.4865.29
Hex527EFB433202e05f41
Octal1221763731036202340137101
Binary101001011111101111101110000111100100101110000010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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