Html Css Color HEX #2B09BD Medium Blue

📋 copy color: '#2B09BD'

red 43 ◦ green 9 ◦ blue 189

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

Shades of Medium Blue #2B09BD

Tints of Medium Blue #2B09BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 78.42%

R = 17.84%
G = 3.73%
B = 78.42%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B09BD (or 0x2B09BD) is known color: Medium Blue. HEX triplet: 2B, 09 and BD. RGB value is (43,9,189). Sum of RGB (Red+Green+Blue) = 43+9+189=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B09BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B09BD is #D4F642. Grayscale: #272727. Windows color (decimal): -13956675 or 12388651. OLE color: 12388651.

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

Color convert

RGB 43 9 189 -
CMYK 0.77 0.95 0 0.26
HSL 251.33º 0.91% 0.39% -
HSV(B) 251.33º 0.95% 0.74% -
XYZ 10.28 4.38 48.45 -
YUV 39.69 212.26 130.36 -
System Red Green Blue C M Y K H S L
Decimal 43 9 189 0.77 0.95 0 0.26 251.33 0.91 0.39
Hex 2B 9 BD 4D 5F 0 1A FB 5B 27
Octal 53 11 275 115 137 0 32 373 133 47
Binary 101011 1001 10111101 1001101 1011111 0 11010 11111011 1011011 100111

Color Harmonies of #2B09BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B09BD

Black with #2B09BD

Text Example


Text Example

White with #2B09BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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