Html Css Color HEX #2B08DB Medium Blue

📋 copy color: '#2B08DB'

red 43 ◦ green 8 ◦ blue 219

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

Shades of Medium Blue #2B08DB

Tints of Medium Blue #2B08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

 BLUE value IS 219 (85.94% from 255) = 81.11%

R = 15.93%
G = 2.96%
B = 81.11%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B08DB (or 0x2B08DB) is known color: Medium Blue. HEX triplet: 2B, 08 and DB. RGB value is (43,8,219). Sum of RGB (Red+Green+Blue) = 43+8+219=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B08DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B08DB is #D4F724. Grayscale: #292929. Windows color (decimal): -13956901 or 14354475. OLE color: 14354475.

HSL color Cylindrical-coordinate representation of color #2B08DB: hue angle of 249.95º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B08DB is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 8 219 -
CMYK 0.80 0.96 0 0.14
HSL 249.95º 0.93% 0.45% -
HSV(B) 249.95º 0.96% 0.86% -
XYZ 13.87 5.8 67.41 -
YUV 42.52 227.6 128.34 -
System Red Green Blue C M Y K H S L
Decimal 43 8 219 0.80 0.96 0 0.14 249.95 0.93 0.45
Hex 2B 8 DB 50 60 0 E FA 5D 2D
Octal 53 10 333 120 140 0 16 372 135 55
Binary 101011 1000 11011011 1010000 1100000 0 1110 11111010 1011101 101101

Color Harmonies of #2B08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B08DB

Black with #2B08DB

Text Example


Text Example

White with #2B08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,8,219); }

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

background-color css

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

 a { background-color: rgb(43,8,219); }

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

border-color css

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

 span { border-color: rgb(43,8,219); }

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