Html Css Color HEX #2A00CA Medium Blue

📋 copy color: '#2A00CA'

red 42 ◦ green 0 ◦ blue 202

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

Shades of Medium Blue #2A00CA

Tints of Medium Blue #2A00CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.21%
G = 0%
B = 82.79%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2A00CA (or 0x2A00CA) is known color: Medium Blue. HEX triplet: 2A, 00 and CA. RGB value is (42,0,202). Sum of RGB (Red+Green+Blue) = 42+0+202=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 202 (79.30% from 255 or 82.79% from 244); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A00CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A00CA is #D5FF35. Grayscale: #222222. Windows color (decimal): -14024502 or 13238314. OLE color: 13238314.

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

Color convert

RGB 42 0 202 -
CMYK 0.79 1 0 0.21
HSL 252.48º 1% 0.4% -
HSV(B) 252.48º 1% 0.79% -
XYZ 11.62 4.76 56.18 -
YUV 35.59 221.91 132.57 -
System Red Green Blue C M Y K H S L
Decimal 42 0 202 0.79 1 0 0.21 252.48 1 0.4
Hex 2A 0 CA 4F 64 0 15 FC 64 28
Octal 52 0 312 117 144 0 25 374 144 50
Binary 101010 0 11001010 1001111 1100100 0 10101 11111100 1100100 101000

Color Harmonies of #2A00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A00CA

Black with #2A00CA

Text Example


Text Example

White with #2A00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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