Html Css Color HEX #2C0AD6 Medium Blue

📋 copy color: '#2C0AD6'

red 44 ◦ green 10 ◦ blue 214

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

Shades of Medium Blue #2C0AD6

Tints of Medium Blue #2C0AD6

RGB

 RED value IS 44 (17.58% from 255) = 16.42%

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

 BLUE value IS 214 (83.98% from 255) = 79.85%

R = 16.42%
G = 3.73%
B = 79.85%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2C0AD6 (or 0x2C0AD6) is known color: Medium Blue. HEX triplet: 2C, 0A and D6. RGB value is (44,10,214). Sum of RGB (Red+Green+Blue) = 44+10+214=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 214 (83.98% from 255 or 79.85% from 268); Max value from RGB is 214 - color contains mainly: blue. Hex color #2C0AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0AD6 is #D3F529. Grayscale: #2A2A2A. Windows color (decimal): -13890858 or 14027308. OLE color: 14027308.

HSL color Cylindrical-coordinate representation of color #2C0AD6: hue angle of 250º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0AD6 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 10 214 -
CMYK 0.79 0.95 0 0.16
HSL 250º 0.91% 0.44% -
HSV(B) 250º 0.95% 0.84% -
XYZ 13.28 5.61 64 -
YUV 43.42 224.26 128.41 -
System Red Green Blue C M Y K H S L
Decimal 44 10 214 0.79 0.95 0 0.16 250 0.91 0.44
Hex 2C A D6 4F 5F 0 10 FA 5B 2C
Octal 54 12 326 117 137 0 20 372 133 54
Binary 101100 1010 11010110 1001111 1011111 0 10000 11111010 1011011 101100

Color Harmonies of #2C0AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0AD6

Black with #2C0AD6

Text Example


Text Example

White with #2C0AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,10,214); }

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

background-color css

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

 a { background-color: rgb(44,10,214); }

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

border-color css

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

 span { border-color: rgb(44,10,214); }

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