#527BFC

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

Shades of Cornflower Blue #527BFC

Tints of Cornflower Blue #527BFC

Color information

#527BFC (or 0x527BFC) is unknown color: approx Cornflower Blue. HEX triplet: 52, 7B and FC. RGB value is (82,123,252). Sum of RGB (Red+Green+Blue) = 82+123+252=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #527BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527BFC is #AD8403. Grayscale: #7C7C7C. Windows color (decimal): -11371524 or 16546642. OLE color: 16546642.

HSL color Cylindrical-coordinate representation of color #527BFC: hue angle of 225.53º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #527BFC is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB82123252-
CMYK0.670.5100.01
HSL225.53º96.59%65.49%-
HSV(B)225.53º67.46%98.82%-
XYZ28.1322.9995.05-
YUV125.45199.4297.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.94%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 252 (98.83% from 255) = 55.14%
R=17.94%
G=26.91%
B=55.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal821232520.670.5100.01225.5396.5965.49
Hex527BFC433301e26141
Octal1221733741036301342141101
Binary10100101111011111111001000011110011011110001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,123,252); }

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

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

 a { background-color: rgb(82,123,252); }

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

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

 span { border-color: rgb(82,123,252); }

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