Html Css Color HEX #2508E5 Medium Blue

📋 copy color: '#2508E5'

red 37 ◦ green 8 ◦ blue 229

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

Shades of Medium Blue #2508E5

Tints of Medium Blue #2508E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 83.58%

R = 13.5%
G = 2.92%
B = 83.58%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2508E5 (or 0x2508E5) is known color: Medium Blue. HEX triplet: 25, 08 and E5. RGB value is (37,8,229). Sum of RGB (Red+Green+Blue) = 37+8+229=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 229 (89.84% from 255 or 83.58% from 274); Max value from RGB is 229 - color contains mainly: blue. Hex color #2508E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2508E5 is #DAF71A. Grayscale: #292929. Windows color (decimal): -14350107 or 15009829. OLE color: 15009829.

HSL color Cylindrical-coordinate representation of color #2508E5: hue angle of 247.87º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2508E5 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 8 229 -
CMYK 0.84 0.97 0 0.10
HSL 247.87º 0.93% 0.46% -
HSV(B) 247.87º 0.97% 0.9% -
XYZ 14.99 6.22 74.54 -
YUV 41.87 233.61 124.53 -
System Red Green Blue C M Y K H S L
Decimal 37 8 229 0.84 0.97 0 0.10 247.87 0.93 0.46
Hex 25 8 E5 54 61 0 A F8 5D 2E
Octal 45 10 345 124 141 0 12 370 135 56
Binary 100101 1000 11100101 1010100 1100001 0 1010 11111000 1011101 101110

Color Harmonies of #2508E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2508E5

Black with #2508E5

Text Example


Text Example

White with #2508E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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