Html Css Color HEX #2507BA Medium Blue

📋 copy color: '#2507BA'

red 37 ◦ green 7 ◦ blue 186

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

Shades of Medium Blue #2507BA

Tints of Medium Blue #2507BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

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

R = 16.09%
G = 3.04%
B = 80.87%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2507BA (or 0x2507BA) is known color: Medium Blue. HEX triplet: 25, 07 and BA. RGB value is (37,7,186). Sum of RGB (Red+Green+Blue) = 37+7+186=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #2507BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2507BA is #DAF845. Grayscale: #232323. Windows color (decimal): -14350406 or 12191525. OLE color: 12191525.

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

Color convert

RGB 37 7 186 -
CMYK 0.80 0.96 0 0.27
HSL 250.06º 0.93% 0.38% -
HSV(B) 250.06º 0.96% 0.73% -
XYZ 9.7 4.09 46.73 -
YUV 36.38 212.44 128.45 -
System Red Green Blue C M Y K H S L
Decimal 37 7 186 0.80 0.96 0 0.27 250.06 0.93 0.38
Hex 25 7 BA 50 60 0 1B FA 5D 26
Octal 45 7 272 120 140 0 33 372 135 46
Binary 100101 111 10111010 1010000 1100000 0 11011 11111010 1011101 100110

Color Harmonies of #2507BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2507BA

Black with #2507BA

Text Example


Text Example

White with #2507BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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