Html Css Color HEX #2500EA Blue

📋 copy color: '#2500EA'

red 37 ◦ green 0 ◦ blue 234

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

Shades of Blue #2500EA

Tints of Blue #2500EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 86.35%

R = 13.65%
G = 0%
B = 86.35%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2500EA (or 0x2500EA) is known color: Blue. HEX triplet: 25, 00 and EA. RGB value is (37,0,234). Sum of RGB (Red+Green+Blue) = 37+0+234=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 234 (91.80% from 255 or 86.35% from 271); Max value from RGB is 234 - color contains mainly: blue. Hex color #2500EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2500EA is #DAFF15. Grayscale: #242424. Windows color (decimal): -14352150 or 15335461. OLE color: 15335461.

HSL color Cylindrical-coordinate representation of color #2500EA: hue angle of 249.49º 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 #2500EA is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 0 234 -
CMYK 0.84 1 0 0.08
HSL 249.49º 1% 0.46% -
HSV(B) 249.49º 1% 0.92% -
XYZ 15.61 6.33 78.24 -
YUV 37.74 238.76 127.47 -
System Red Green Blue C M Y K H S L
Decimal 37 0 234 0.84 1 0 0.08 249.49 1 0.46
Hex 25 0 EA 54 64 0 8 F9 64 2E
Octal 45 0 352 124 144 0 10 371 144 56
Binary 100101 0 11101010 1010100 1100100 0 1000 11111001 1100100 101110

Color Harmonies of #2500EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2500EA

Black with #2500EA

Text Example


Text Example

White with #2500EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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