Html Css Color HEX #2309BA Medium Blue

📋 copy color: '#2309BA'

red 35 ◦ green 9 ◦ blue 186

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

Shades of Medium Blue #2309BA

Tints of Medium Blue #2309BA

RGB

 RED value IS 35 (14.06% from 255) = 15.22%

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

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

R = 15.22%
G = 3.91%
B = 80.87%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2309BA (or 0x2309BA) is known color: Medium Blue. HEX triplet: 23, 09 and BA. RGB value is (35,9,186). Sum of RGB (Red+Green+Blue) = 35+9+186=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #2309BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2309BA is #DCF645. Grayscale: #242424. Windows color (decimal): -14480966 or 12192035. OLE color: 12192035.

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

Color convert

RGB 35 9 186 -
CMYK 0.81 0.95 0 0.27
HSL 248.81º 0.91% 0.38% -
HSV(B) 248.81º 0.95% 0.73% -
XYZ 9.65 4.1 46.74 -
YUV 36.95 212.11 126.61 -
System Red Green Blue C M Y K H S L
Decimal 35 9 186 0.81 0.95 0 0.27 248.81 0.91 0.38
Hex 23 9 BA 51 5F 0 1B F9 5B 26
Octal 43 11 272 121 137 0 33 371 133 46
Binary 100011 1001 10111010 1010001 1011111 0 11011 11111001 1011011 100110

Color Harmonies of #2309BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2309BA

Black with #2309BA

Text Example


Text Example

White with #2309BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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