Html Css Color HEX #2507BE Medium Blue

📋 copy color: '#2507BE'

red 37 ◦ green 7 ◦ blue 190

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

Shades of Medium Blue #2507BE

Tints of Medium Blue #2507BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 81.2%

R = 15.81%
G = 2.99%
B = 81.2%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2507BE (or 0x2507BE) is known color: Medium Blue. HEX triplet: 25, 07 and BE. RGB value is (37,7,190). Sum of RGB (Red+Green+Blue) = 37+7+190=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 190 (74.61% from 255 or 81.20% from 234); Max value from RGB is 190 - color contains mainly: blue. Hex color #2507BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2507BE is #DAF841. Grayscale: #242424. Windows color (decimal): -14350402 or 12453669. OLE color: 12453669.

HSL color Cylindrical-coordinate representation of color #2507BE: hue angle of 249.84º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2507BE is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 7 190 -
CMYK 0.81 0.96 0 0.25
HSL 249.84º 0.93% 0.39% -
HSV(B) 249.84º 0.96% 0.75% -
XYZ 10.13 4.26 49 -
YUV 36.83 214.44 128.12 -
System Red Green Blue C M Y K H S L
Decimal 37 7 190 0.81 0.96 0 0.25 249.84 0.93 0.39
Hex 25 7 BE 51 60 0 19 FA 5D 27
Octal 45 7 276 121 140 0 31 372 135 47
Binary 100101 111 10111110 1010001 1100000 0 11001 11111010 1011101 100111

Color Harmonies of #2507BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2507BE

Black with #2507BE

Text Example


Text Example

White with #2507BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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