Html Css Color HEX #2C12D6 Medium Blue

📋 copy color: '#2C12D6'

red 44 ◦ green 18 ◦ blue 214

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

Shades of Medium Blue #2C12D6

Tints of Medium Blue #2C12D6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

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

R = 15.94%
G = 6.52%
B = 77.54%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2C12D6 (or 0x2C12D6) is known color: Medium Blue. HEX triplet: 2C, 12 and D6. RGB value is (44,18,214). Sum of RGB (Red+Green+Blue) = 44+18+214=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 214 (83.98% from 255 or 77.54% from 276); Max value from RGB is 214 - color contains mainly: blue. Hex color #2C12D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C12D6 is #D3ED29. Grayscale: #2F2F2F. Windows color (decimal): -13888810 or 14029356. OLE color: 14029356.

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

Color convert

RGB 44 18 214 -
CMYK 0.79 0.92 0 0.16
HSL 247.96º 0.84% 0.45% -
HSV(B) 247.96º 0.92% 0.84% -
XYZ 13.39 5.82 64.04 -
YUV 48.12 221.61 125.06 -
System Red Green Blue C M Y K H S L
Decimal 44 18 214 0.79 0.92 0 0.16 247.96 0.84 0.45
Hex 2C 12 D6 4F 5C 0 10 F8 54 2D
Octal 54 22 326 117 134 0 20 370 124 55
Binary 101100 10010 11010110 1001111 1011100 0 10000 11111000 1010100 101101

Color Harmonies of #2C12D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C12D6

Black with #2C12D6

Text Example


Text Example

White with #2C12D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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