Html Css Color HEX #2C0CDB Medium Blue

📋 copy color: '#2C0CDB'

red 44 ◦ green 12 ◦ blue 219

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

Shades of Medium Blue #2C0CDB

Tints of Medium Blue #2C0CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.36%

 BLUE value IS 219 (85.94% from 255) = 79.64%

R = 16%
G = 4.36%
B = 79.64%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C0CDB (or 0x2C0CDB) is known color: Medium Blue. HEX triplet: 2C, 0C and DB. RGB value is (44,12,219). Sum of RGB (Red+Green+Blue) = 44+12+219=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C0CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0CDB is #D3F324. Grayscale: #2C2C2C. Windows color (decimal): -13890341 or 14355500. OLE color: 14355500.

HSL color Cylindrical-coordinate representation of color #2C0CDB: hue angle of 249.28º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0CDB is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 12 219 -
CMYK 0.80 0.95 0 0.14
HSL 249.28º 0.9% 0.45% -
HSV(B) 249.28º 0.95% 0.86% -
XYZ 13.96 5.91 67.42 -
YUV 45.17 226.1 127.17 -
System Red Green Blue C M Y K H S L
Decimal 44 12 219 0.80 0.95 0 0.14 249.28 0.9 0.45
Hex 2C C DB 50 5F 0 E F9 5A 2D
Octal 54 14 333 120 137 0 16 371 132 55
Binary 101100 1100 11011011 1010000 1011111 0 1110 11111001 1011010 101101

Color Harmonies of #2C0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0CDB

Black with #2C0CDB

Text Example


Text Example

White with #2C0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,12,219); }

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

background-color css

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

 a { background-color: rgb(44,12,219); }

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

border-color css

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

 span { border-color: rgb(44,12,219); }

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