Html Css Color HEX #2A11BE Medium Blue

📋 copy color: '#2A11BE'

red 42 ◦ green 17 ◦ blue 190

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

Shades of Medium Blue #2A11BE

Tints of Medium Blue #2A11BE

RGB

 RED value IS 42 (16.8% from 255) = 16.87%

 GREEN value IS 17 (7.03% from 255) = 6.83%

 BLUE value IS 190 (74.61% from 255) = 76.31%

R = 16.87%
G = 6.83%
B = 76.31%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A11BE (or 0x2A11BE) is known color: Medium Blue. HEX triplet: 2A, 11 and BE. RGB value is (42,17,190). Sum of RGB (Red+Green+Blue) = 42+17+190=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 190 (74.61% from 255 or 76.31% from 249); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A11BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A11BE is #D5EE41. Grayscale: #2B2B2B. Windows color (decimal): -14020162 or 12456234. OLE color: 12456234.

HSL color Cylindrical-coordinate representation of color #2A11BE: hue angle of 248.67º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A11BE is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 17 190 -
CMYK 0.78 0.91 0 0.25
HSL 248.67º 0.84% 0.41% -
HSV(B) 248.67º 0.91% 0.75% -
XYZ 10.45 4.61 49.05 -
YUV 44.2 210.28 126.43 -
System Red Green Blue C M Y K H S L
Decimal 42 17 190 0.78 0.91 0 0.25 248.67 0.84 0.41
Hex 2A 11 BE 4E 5B 0 19 F9 54 29
Octal 52 21 276 116 133 0 31 371 124 51
Binary 101010 10001 10111110 1001110 1011011 0 11001 11111001 1010100 101001

Color Harmonies of #2A11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A11BE

Black with #2A11BE

Text Example


Text Example

White with #2A11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,17,190); }

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

background-color css

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

 a { background-color: rgb(42,17,190); }

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

border-color css

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

 span { border-color: rgb(42,17,190); }

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