Html Css Color HEX #2500BA Medium Blue

📋 copy color: '#2500BA'

red 37 ◦ green 0 ◦ blue 186

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

Shades of Medium Blue #2500BA

Tints of Medium Blue #2500BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 83.41%

R = 16.59%
G = 0%
B = 83.41%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2500BA (or 0x2500BA) is known color: Medium Blue. HEX triplet: 25, 00 and BA. RGB value is (37,0,186). Sum of RGB (Red+Green+Blue) = 37+0+186=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #2500BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2500BA is #DAFF45. Grayscale: #1F1F1F. Windows color (decimal): -14352198 or 12189733. OLE color: 12189733.

HSL color Cylindrical-coordinate representation of color #2500BA: hue angle of 251.94º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2500BA is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 0 186 -
CMYK 0.80 1 0 0.27
HSL 251.94º 1% 0.36% -
HSV(B) 251.94º 1% 0.73% -
XYZ 9.63 3.94 46.71 -
YUV 32.27 214.76 131.38 -
System Red Green Blue C M Y K H S L
Decimal 37 0 186 0.80 1 0 0.27 251.94 1 0.36
Hex 25 0 BA 50 64 0 1B FC 64 24
Octal 45 0 272 120 144 0 33 374 144 44
Binary 100101 0 10111010 1010000 1100100 0 11011 11111100 1100100 100100

Color Harmonies of #2500BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2500BA

Black with #2500BA

Text Example


Text Example

White with #2500BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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