Html Css Color HEX #2B09BE Medium Blue

📋 copy color: '#2B09BE'

red 43 ◦ green 9 ◦ blue 190

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

Shades of Medium Blue #2B09BE

Tints of Medium Blue #2B09BE

RGB

 RED value IS 43 (17.19% from 255) = 17.77%

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

 BLUE value IS 190 (74.61% from 255) = 78.51%

R = 17.77%
G = 3.72%
B = 78.51%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B09BE (or 0x2B09BE) is known color: Medium Blue. HEX triplet: 2B, 09 and BE. RGB value is (43,9,190). Sum of RGB (Red+Green+Blue) = 43+9+190=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B09BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B09BE is #D4F641. Grayscale: #272727. Windows color (decimal): -13956674 or 12454187. OLE color: 12454187.

HSL color Cylindrical-coordinate representation of color #2B09BE: hue angle of 251.27º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B09BE is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 9 190 -
CMYK 0.77 0.95 0 0.25
HSL 251.27º 0.91% 0.39% -
HSV(B) 251.27º 0.95% 0.75% -
XYZ 10.39 4.43 49.02 -
YUV 39.8 212.76 130.28 -
System Red Green Blue C M Y K H S L
Decimal 43 9 190 0.77 0.95 0 0.25 251.27 0.91 0.39
Hex 2B 9 BE 4D 5F 0 19 FB 5B 27
Octal 53 11 276 115 137 0 31 373 133 47
Binary 101011 1001 10111110 1001101 1011111 0 11001 11111011 1011011 100111

Color Harmonies of #2B09BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B09BE

Black with #2B09BE

Text Example


Text Example

White with #2B09BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B09BE; }

 p { color: rgb(43,9,190); }

 H1.HeaderClassName
 {
   color: #2B09BE;
 }
 .AnyTagClassName
 {
   color: #2B09BE;
 }
</style>

background-color css

<style>
 a { background-color: #2B09BE; }

 a { background-color: rgb(43,9,190); }

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

border-color css

<style>
 span { border-color: #2B09BE; }

 span { border-color: rgb(43,9,190); }

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