Html Css Color HEX #2A09CA Medium Blue

📋 copy color: '#2A09CA'

red 42 ◦ green 9 ◦ blue 202

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

Shades of Medium Blue #2A09CA

Tints of Medium Blue #2A09CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 79.84%

R = 16.6%
G = 3.56%
B = 79.84%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2A09CA (or 0x2A09CA) is known color: Medium Blue. HEX triplet: 2A, 09 and CA. RGB value is (42,9,202). Sum of RGB (Red+Green+Blue) = 42+9+202=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 202 (79.30% from 255 or 79.84% from 253); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A09CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A09CA is #D5F635. Grayscale: #282828. Windows color (decimal): -14022198 or 13240618. OLE color: 13240618.

HSL color Cylindrical-coordinate representation of color #2A09CA: hue angle of 250.26º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A09CA is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 42 9 202 -
CMYK 0.79 0.96 0 0.21
HSL 250.26º 0.91% 0.41% -
HSV(B) 250.26º 0.96% 0.79% -
XYZ 11.71 4.95 56.22 -
YUV 40.87 218.93 128.81 -
System Red Green Blue C M Y K H S L
Decimal 42 9 202 0.79 0.96 0 0.21 250.26 0.91 0.41
Hex 2A 9 CA 4F 60 0 15 FA 5B 29
Octal 52 11 312 117 140 0 25 372 133 51
Binary 101010 1001 11001010 1001111 1100000 0 10101 11111010 1011011 101001

Color Harmonies of #2A09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A09CA

Black with #2A09CA

Text Example


Text Example

White with #2A09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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