Html Css Color HEX #2509BA Medium Blue

📋 copy color: '#2509BA'

red 37 ◦ green 9 ◦ blue 186

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

Shades of Medium Blue #2509BA

Tints of Medium Blue #2509BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

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

R = 15.95%
G = 3.88%
B = 80.17%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2509BA (or 0x2509BA) is known color: Medium Blue. HEX triplet: 25, 09 and BA. RGB value is (37,9,186). Sum of RGB (Red+Green+Blue) = 37+9+186=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #2509BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2509BA is #DAF645. Grayscale: #242424. Windows color (decimal): -14349894 or 12192037. OLE color: 12192037.

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

Color convert

RGB 37 9 186 -
CMYK 0.80 0.95 0 0.27
HSL 249.49º 0.91% 0.38% -
HSV(B) 249.49º 0.95% 0.73% -
XYZ 9.72 4.13 46.74 -
YUV 37.55 211.78 127.61 -
System Red Green Blue C M Y K H S L
Decimal 37 9 186 0.80 0.95 0 0.27 249.49 0.91 0.38
Hex 25 9 BA 50 5F 0 1B F9 5B 26
Octal 45 11 272 120 137 0 33 371 133 46
Binary 100101 1001 10111010 1010000 1011111 0 11011 11111001 1011011 100110

Color Harmonies of #2509BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2509BA

Black with #2509BA

Text Example


Text Example

White with #2509BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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