Html Css Color HEX #2508BD Medium Blue

📋 copy color: '#2508BD'

red 37 ◦ green 8 ◦ blue 189

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

Shades of Medium Blue #2508BD

Tints of Medium Blue #2508BD

RGB

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

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

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

R = 15.81%
G = 3.42%
B = 80.77%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2508BD (or 0x2508BD) is known color: Medium Blue. HEX triplet: 25, 08 and BD. RGB value is (37,8,189). Sum of RGB (Red+Green+Blue) = 37+8+189=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #2508BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2508BD is #DAF742. Grayscale: #242424. Windows color (decimal): -14350147 or 12388389. OLE color: 12388389.

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

Color convert

RGB 37 8 189 -
CMYK 0.80 0.96 0 0.26
HSL 249.61º 0.92% 0.39% -
HSV(B) 249.61º 0.96% 0.74% -
XYZ 10.04 4.24 48.43 -
YUV 37.31 213.61 127.78 -
System Red Green Blue C M Y K H S L
Decimal 37 8 189 0.80 0.96 0 0.26 249.61 0.92 0.39
Hex 25 8 BD 50 60 0 1A FA 5C 27
Octal 45 10 275 120 140 0 32 372 134 47
Binary 100101 1000 10111101 1010000 1100000 0 11010 11111010 1011100 100111

Color Harmonies of #2508BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2508BD

Black with #2508BD

Text Example


Text Example

White with #2508BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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