Html Css Color HEX #2C12CC Medium Blue

📋 copy color: '#2C12CC'

red 44 ◦ green 18 ◦ blue 204

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

Shades of Medium Blue #2C12CC

Tints of Medium Blue #2C12CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 76.69%

R = 16.54%
G = 6.77%
B = 76.69%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2C12CC (or 0x2C12CC) is known color: Medium Blue. HEX triplet: 2C, 12 and CC. RGB value is (44,18,204). Sum of RGB (Red+Green+Blue) = 44+18+204=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C12CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C12CC is #D3ED33. Grayscale: #2E2E2E. Windows color (decimal): -13888820 or 13373996. OLE color: 13373996.

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

Color convert

RGB 44 18 204 -
CMYK 0.78 0.91 0 0.2
HSL 248.39º 0.84% 0.44% -
HSV(B) 248.39º 0.91% 0.8% -
XYZ 12.15 5.33 57.51 -
YUV 46.98 216.61 125.88 -
System Red Green Blue C M Y K H S L
Decimal 44 18 204 0.78 0.91 0 0.2 248.39 0.84 0.44
Hex 2C 12 CC 4E 5B 0 14 F8 54 2C
Octal 54 22 314 116 133 0 24 370 124 54
Binary 101100 10010 11001100 1001110 1011011 0 10100 11111000 1010100 101100

Color Harmonies of #2C12CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C12CC

Black with #2C12CC

Text Example


Text Example

White with #2C12CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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