Html Css Color HEX #2B0BD5 Medium Blue

📋 copy color: '#2B0BD5'

red 43 ◦ green 11 ◦ blue 213

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

Shades of Medium Blue #2B0BD5

Tints of Medium Blue #2B0BD5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.12%

 BLUE value IS 213 (83.59% from 255) = 79.78%

R = 16.1%
G = 4.12%
B = 79.78%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2B0BD5 (or 0x2B0BD5) is known color: Medium Blue. HEX triplet: 2B, 0B and D5. RGB value is (43,11,213). Sum of RGB (Red+Green+Blue) = 43+11+213=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 213 (83.59% from 255 or 79.78% from 267); Max value from RGB is 213 - color contains mainly: blue. Hex color #2B0BD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0BD5 is #D4F42A. Grayscale: #2A2A2A. Windows color (decimal): -13956139 or 13962027. OLE color: 13962027.

HSL color Cylindrical-coordinate representation of color #2B0BD5: hue angle of 249.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0BD5 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 11 213 -
CMYK 0.80 0.95 0 0.16
HSL 249.5º 0.9% 0.44% -
HSV(B) 249.5º 0.95% 0.84% -
XYZ 13.13 5.56 63.33 -
YUV 43.6 223.6 127.57 -
System Red Green Blue C M Y K H S L
Decimal 43 11 213 0.80 0.95 0 0.16 249.5 0.9 0.44
Hex 2B B D5 50 5F 0 10 FA 5A 2C
Octal 53 13 325 120 137 0 20 372 132 54
Binary 101011 1011 11010101 1010000 1011111 0 10000 11111010 1011010 101100

Color Harmonies of #2B0BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0BD5

Black with #2B0BD5

Text Example


Text Example

White with #2B0BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,11,213); }

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

background-color css

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

 a { background-color: rgb(43,11,213); }

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

border-color css

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

 span { border-color: rgb(43,11,213); }

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