#2520FC

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

Shades of Blue #2520FC

Tints of Blue #2520FC

Color information

#2520FC (or 0x2520FC) is unknown color: approx Blue. HEX triplet: 25, 20 and FC. RGB value is (37,32,252). Sum of RGB (Red+Green+Blue) = 37+32+252=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #2520FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2520FC is #DADF03. Grayscale: #393939. Windows color (decimal): -14343940 or 16523301. OLE color: 16523301.

HSL color Cylindrical-coordinate representation of color #2520FC: hue angle of 241.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2520FC is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3732252-
CMYK0.850.8700.01
HSL241.36º97.35%55.69%-
HSV(B)241.36º87.3%98.82%-
XYZ18.858.4592.73-
YUV58.58237.16112.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.53%
GREEN value IS 32 (12.89% from 255) = 9.97%
BLUE value IS 252 (98.83% from 255) = 78.50%
R=11.53%
G=9.97%
B=78.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal37322520.850.8700.01241.3697.3555.69
Hex2520FC555701f16138
Octal45403741251270136114170
Binary100101100000111111001010101101011101111100011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2520FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2520FC; }

 p { color: rgb(37,32,252); }

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

<style>
 a { background-color: #2520FC; }

 a { background-color: rgb(37,32,252); }

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

<style>
 span { border-color: #2520FC; }

 span { border-color: rgb(37,32,252); }

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