Html Css Color HEX #2B07BD Medium Blue

📋 copy color: '#2B07BD'

red 43 ◦ green 7 ◦ blue 189

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

Shades of Medium Blue #2B07BD

Tints of Medium Blue #2B07BD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.93%

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

R = 17.99%
G = 2.93%
B = 79.08%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B07BD (or 0x2B07BD) is known color: Medium Blue. HEX triplet: 2B, 07 and BD. RGB value is (43,7,189). Sum of RGB (Red+Green+Blue) = 43+7+189=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 189 (74.22% from 255 or 79.08% from 239); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B07BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B07BD is #D4F842. Grayscale: #252525. Windows color (decimal): -13957187 or 12388139. OLE color: 12388139.

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

Color convert

RGB 43 7 189 -
CMYK 0.77 0.96 0 0.26
HSL 251.87º 0.93% 0.38% -
HSV(B) 251.87º 0.96% 0.74% -
XYZ 10.26 4.34 48.44 -
YUV 38.51 212.93 131.2 -
System Red Green Blue C M Y K H S L
Decimal 43 7 189 0.77 0.96 0 0.26 251.87 0.93 0.38
Hex 2B 7 BD 4D 60 0 1A FC 5D 26
Octal 53 7 275 115 140 0 32 374 135 46
Binary 101011 111 10111101 1001101 1100000 0 11010 11111100 1011101 100110

Color Harmonies of #2B07BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B07BD

Black with #2B07BD

Text Example


Text Example

White with #2B07BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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