Html Css Color HEX #2B00BD Medium Blue

📋 copy color: '#2B00BD'

red 43 ◦ green 0 ◦ blue 189

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

Shades of Medium Blue #2B00BD

Tints of Medium Blue #2B00BD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 18.53%
G = 0%
B = 81.47%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B00BD (or 0x2B00BD) is known color: Medium Blue. HEX triplet: 2B, 00 and BD. RGB value is (43,0,189). Sum of RGB (Red+Green+Blue) = 43+0+189=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 189 (74.22% from 255 or 81.47% from 232); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B00BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B00BD is #D4FF42. Grayscale: #212121. Windows color (decimal): -13958979 or 12386347. OLE color: 12386347.

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

Color convert

RGB 43 0 189 -
CMYK 0.77 1 0 0.26
HSL 253.65º 1% 0.37% -
HSV(B) 253.65º 1% 0.74% -
XYZ 10.18 4.19 48.42 -
YUV 34.4 215.25 134.13 -
System Red Green Blue C M Y K H S L
Decimal 43 0 189 0.77 1 0 0.26 253.65 1 0.37
Hex 2B 0 BD 4D 64 0 1A FE 64 25
Octal 53 0 275 115 144 0 32 376 144 45
Binary 101011 0 10111101 1001101 1100100 0 11010 11111110 1100100 100101

Color Harmonies of #2B00BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B00BD

Black with #2B00BD

Text Example


Text Example

White with #2B00BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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