Html Css Color HEX #2508BA Medium Blue

📋 copy color: '#2508BA'

red 37 ◦ green 8 ◦ blue 186

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

Shades of Medium Blue #2508BA

Tints of Medium Blue #2508BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.46%

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

R = 16.02%
G = 3.46%
B = 80.52%

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

#2508BA (or 0x2508BA) is known color: Medium Blue. HEX triplet: 25, 08 and BA. RGB value is (37,8,186). Sum of RGB (Red+Green+Blue) = 37+8+186=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #2508BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2508BA is #DAF745. Grayscale: #242424. Windows color (decimal): -14350150 or 12191781. OLE color: 12191781.

HSL color Cylindrical-coordinate representation of color #2508BA: hue angle of 249.78º degrees, saturation: 0.92, 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 #2508BA is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 8 186 -
CMYK 0.80 0.96 0 0.27
HSL 249.78º 0.92% 0.38% -
HSV(B) 249.78º 0.96% 0.73% -
XYZ 9.71 4.11 46.74 -
YUV 36.96 212.11 128.03 -
System Red Green Blue C M Y K H S L
Decimal 37 8 186 0.80 0.96 0 0.27 249.78 0.92 0.38
Hex 25 8 BA 50 60 0 1B FA 5C 26
Octal 45 10 272 120 140 0 33 372 134 46
Binary 100101 1000 10111010 1010000 1100000 0 11011 11111010 1011100 100110

Color Harmonies of #2508BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2508BA

Black with #2508BA

Text Example


Text Example

White with #2508BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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