Html Css Color HEX #2A06E1 Medium Blue

📋 copy color: '#2A06E1'

red 42 ◦ green 6 ◦ blue 225

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

Shades of Medium Blue #2A06E1

Tints of Medium Blue #2A06E1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 225 (88.28% from 255) = 82.42%

R = 15.38%
G = 2.2%
B = 82.42%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2A06E1 (or 0x2A06E1) is known color: Medium Blue. HEX triplet: 2A, 06 and E1. RGB value is (42,6,225). Sum of RGB (Red+Green+Blue) = 42+6+225=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 225 (88.28% from 255 or 82.42% from 273); Max value from RGB is 225 - color contains mainly: blue. Hex color #2A06E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A06E1 is #D5F91E. Grayscale: #282828. Windows color (decimal): -14022943 or 14747178. OLE color: 14747178.

HSL color Cylindrical-coordinate representation of color #2A06E1: hue angle of 249.86º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A06E1 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 6 225 -
CMYK 0.81 0.97 0 0.12
HSL 249.86º 0.95% 0.45% -
HSV(B) 249.86º 0.97% 0.88% -
XYZ 14.61 6.06 71.63 -
YUV 41.73 231.43 128.19 -
System Red Green Blue C M Y K H S L
Decimal 42 6 225 0.81 0.97 0 0.12 249.86 0.95 0.45
Hex 2A 6 E1 51 61 0 C FA 5F 2D
Octal 52 6 341 121 141 0 14 372 137 55
Binary 101010 110 11100001 1010001 1100001 0 1100 11111010 1011111 101101

Color Harmonies of #2A06E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A06E1

Black with #2A06E1

Text Example


Text Example

White with #2A06E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,6,225); }

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

background-color css

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

 a { background-color: rgb(42,6,225); }

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

border-color css

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

 span { border-color: rgb(42,6,225); }

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