Html Css Color HEX #2A0ABA Medium Blue

📋 copy color: '#2A0ABA'

red 42 ◦ green 10 ◦ blue 186

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

Shades of Medium Blue #2A0ABA

Tints of Medium Blue #2A0ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 186 (73.05% from 255) = 78.15%

R = 17.65%
G = 4.2%
B = 78.15%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2A0ABA (or 0x2A0ABA) is known color: Medium Blue. HEX triplet: 2A, 0A and BA. RGB value is (42,10,186). Sum of RGB (Red+Green+Blue) = 42+10+186=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A0ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0ABA is #D5F545. Grayscale: #262626. Windows color (decimal): -14021958 or 12192298. OLE color: 12192298.

HSL color Cylindrical-coordinate representation of color #2A0ABA: hue angle of 250.91º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0ABA is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 10 186 -
CMYK 0.77 0.95 0 0.27
HSL 250.91º 0.9% 0.38% -
HSV(B) 250.91º 0.95% 0.73% -
XYZ 9.93 4.25 46.75 -
YUV 39.63 210.6 129.69 -
System Red Green Blue C M Y K H S L
Decimal 42 10 186 0.77 0.95 0 0.27 250.91 0.9 0.38
Hex 2A A BA 4D 5F 0 1B FB 5A 26
Octal 52 12 272 115 137 0 33 373 132 46
Binary 101010 1010 10111010 1001101 1011111 0 11011 11111011 1011010 100110

Color Harmonies of #2A0ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0ABA

Black with #2A0ABA

Text Example


Text Example

White with #2A0ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,10,186); }

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

background-color css

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

 a { background-color: rgb(42,10,186); }

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

border-color css

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

 span { border-color: rgb(42,10,186); }

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