Html Css Color HEX #2500BD Medium Blue

📋 copy color: '#2500BD'

red 37 ◦ green 0 ◦ blue 189

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

Shades of Medium Blue #2500BD

Tints of Medium Blue #2500BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 83.63%

R = 16.37%
G = 0%
B = 83.63%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2500BD (or 0x2500BD) is known color: Medium Blue. HEX triplet: 25, 00 and BD. RGB value is (37,0,189). Sum of RGB (Red+Green+Blue) = 37+0+189=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 189 (74.22% from 255 or 83.63% from 226); Max value from RGB is 189 - color contains mainly: blue. Hex color #2500BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2500BD is #DAFF42. Grayscale: #1F1F1F. Windows color (decimal): -14352195 or 12386341. OLE color: 12386341.

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

Color convert

RGB 37 0 189 -
CMYK 0.80 1 0 0.26
HSL 251.75º 1% 0.37% -
HSV(B) 251.75º 1% 0.74% -
XYZ 9.95 4.07 48.4 -
YUV 32.61 216.26 131.13 -
System Red Green Blue C M Y K H S L
Decimal 37 0 189 0.80 1 0 0.26 251.75 1 0.37
Hex 25 0 BD 50 64 0 1A FC 64 25
Octal 45 0 275 120 144 0 32 374 144 45
Binary 100101 0 10111101 1010000 1100100 0 11010 11111100 1100100 100101

Color Harmonies of #2500BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2500BD

Black with #2500BD

Text Example


Text Example

White with #2500BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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