Html Css Color HEX #2500ED Blue

📋 copy color: '#2500ED'

red 37 ◦ green 0 ◦ blue 237

#2500ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #2500ED

Tints of Blue #2500ED

RGB

 RED value IS 37 (14.84% from 255) = 13.5%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 237 (92.97% from 255) = 86.5%

R = 13.5%
G = 0%
B = 86.5%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2500ED (or 0x2500ED) is known color: Blue. HEX triplet: 25, 00 and ED. RGB value is (37,0,237). Sum of RGB (Red+Green+Blue) = 37+0+237=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 237 (92.97% from 255 or 86.50% from 274); Max value from RGB is 237 - color contains mainly: blue. Hex color #2500ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2500ED is #DAFF12. Grayscale: #252525. Windows color (decimal): -14352147 or 15532069. OLE color: 15532069.

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

Color convert

RGB 37 0 237 -
CMYK 0.84 1 0 0.07
HSL 249.37º 1% 0.46% -
HSV(B) 249.37º 1% 0.93% -
XYZ 16.05 6.51 80.53 -
YUV 38.08 240.26 127.23 -
System Red Green Blue C M Y K H S L
Decimal 37 0 237 0.84 1 0 0.07 249.37 1 0.46
Hex 25 0 ED 54 64 0 7 F9 64 2E
Octal 45 0 355 124 144 0 7 371 144 56
Binary 100101 0 11101101 1010100 1100100 0 111 11111001 1100100 101110

Color Harmonies of #2500ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2500ED

Black with #2500ED

Text Example


Text Example

White with #2500ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2500ED;
 }
 .AnyTagClassName
 {
   color: #2500ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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