Html Css Color HEX #2A09CD Medium Blue

📋 copy color: '#2A09CD'

red 42 ◦ green 9 ◦ blue 205

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

Shades of Medium Blue #2A09CD

Tints of Medium Blue #2A09CD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

 BLUE value IS 205 (80.47% from 255) = 80.08%

R = 16.41%
G = 3.52%
B = 80.08%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2A09CD (or 0x2A09CD) is known color: Medium Blue. HEX triplet: 2A, 09 and CD. RGB value is (42,9,205). Sum of RGB (Red+Green+Blue) = 42+9+205=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A09CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A09CD is #D5F632. Grayscale: #282828. Windows color (decimal): -14022195 or 13437226. OLE color: 13437226.

HSL color Cylindrical-coordinate representation of color #2A09CD: hue angle of 250.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A09CD is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 9 205 -
CMYK 0.80 0.96 0 0.20
HSL 250.1º 0.92% 0.42% -
HSV(B) 250.1º 0.96% 0.8% -
XYZ 12.07 5.1 58.1 -
YUV 41.21 220.43 128.56 -
System Red Green Blue C M Y K H S L
Decimal 42 9 205 0.80 0.96 0 0.20 250.1 0.92 0.42
Hex 2A 9 CD 50 60 0 14 FA 5C 2A
Octal 52 11 315 120 140 0 24 372 134 52
Binary 101010 1001 11001101 1010000 1100000 0 10100 11111010 1011100 101010

Color Harmonies of #2A09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A09CD

Black with #2A09CD

Text Example


Text Example

White with #2A09CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,9,205); }

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

background-color css

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

 a { background-color: rgb(42,9,205); }

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

border-color css

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

 span { border-color: rgb(42,9,205); }

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