#2500EB

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

Shades of Blue #2500EB

Tints of Blue #2500EB

Color information

#2500EB (or 0x2500EB) is unknown color: approx Blue. HEX triplet: 25, 00 and EB. RGB value is (37,0,235). Sum of RGB (Red+Green+Blue) = 37+0+235=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 235 (92.19% from 255 or 86.40% from 272); Max value from RGB is 235 - color contains mainly: blue. Hex color #2500EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2500EB is #DAFF14. Grayscale: #242424. Windows color (decimal): -14352149 or 15400997. OLE color: 15400997.

HSL color Cylindrical-coordinate representation of color #2500EB: hue angle of 249.45º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2500EB is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB370235-
CMYK0.84100.08
HSL249.45º100%46.08%-
HSV(B)249.45º100%92.16%-
XYZ15.766.3979-
YUV37.85239.26127.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 235 (92.19% from 255) = 86.40%
R=13.60%
G=0%
B=86.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal3702350.84100.08249.4510046.08
Hex250EB546408f9642e
Octal45035312414401037114456
Binary1001010111010111010100110010001000111110011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2500EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2500EB; }

 p { color: rgb(37,0,235); }

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

<style>
 a { background-color: #2500EB; }

 a { background-color: rgb(37,0,235); }

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

<style>
 span { border-color: #2500EB; }

 span { border-color: rgb(37,0,235); }

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