Html Css Color HEX #2609BA Medium Blue

📋 copy color: '#2609BA'

red 38 ◦ green 9 ◦ blue 186

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

Shades of Medium Blue #2609BA

Tints of Medium Blue #2609BA

RGB

 RED value IS 38 (15.23% from 255) = 16.31%

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

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

R = 16.31%
G = 3.86%
B = 79.83%

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

#2609BA (or 0x2609BA) is known color: Medium Blue. HEX triplet: 26, 09 and BA. RGB value is (38,9,186). Sum of RGB (Red+Green+Blue) = 38+9+186=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #2609BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2609BA is #D9F645. Grayscale: #252525. Windows color (decimal): -14284358 or 12192038. OLE color: 12192038.

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

Color convert

RGB 38 9 186 -
CMYK 0.80 0.95 0 0.27
HSL 249.83º 0.91% 0.38% -
HSV(B) 249.83º 0.95% 0.73% -
XYZ 9.76 4.15 46.74 -
YUV 37.85 211.61 128.11 -
System Red Green Blue C M Y K H S L
Decimal 38 9 186 0.80 0.95 0 0.27 249.83 0.91 0.38
Hex 26 9 BA 50 5F 0 1B FA 5B 26
Octal 46 11 272 120 137 0 33 372 133 46
Binary 100110 1001 10111010 1010000 1011111 0 11011 11111010 1011011 100110

Color Harmonies of #2609BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2609BA

Black with #2609BA

Text Example


Text Example

White with #2609BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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