Html Css Color HEX #2C01D7 Medium Blue

📋 copy color: '#2C01D7'

red 44 ◦ green 1 ◦ blue 215

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

Shades of Medium Blue #2C01D7

Tints of Medium Blue #2C01D7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 215 (84.38% from 255) = 82.69%

R = 16.92%
G = 0.38%
B = 82.69%

CMYK

 C value IS 0.80

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2C01D7 (or 0x2C01D7) is known color: Medium Blue. HEX triplet: 2C, 01 and D7. RGB value is (44,1,215). Sum of RGB (Red+Green+Blue) = 44+1+215=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 215 (84.38% from 255 or 82.69% from 260); Max value from RGB is 215 - color contains mainly: blue. Hex color #2C01D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C01D7 is #D3FE28. Grayscale: #252525. Windows color (decimal): -13893161 or 14090540. OLE color: 14090540.

HSL color Cylindrical-coordinate representation of color #2C01D7: hue angle of 252.06º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C01D7 is Cyan = 0.80, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 1 215 -
CMYK 0.80 1.00 0 0.16
HSL 252.06º 0.99% 0.42% -
HSV(B) 252.06º 1% 0.84% -
XYZ 13.32 5.46 64.64 -
YUV 38.25 227.75 132.1 -
System Red Green Blue C M Y K H S L
Decimal 44 1 215 0.80 1.00 0 0.16 252.06 0.99 0.42
Hex 2C 1 D7 50 64 0 10 FC 63 2A
Octal 54 1 327 120 144 0 20 374 143 52
Binary 101100 1 11010111 1010000 1100100 0 10000 11111100 1100011 101010

Color Harmonies of #2C01D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C01D7

Black with #2C01D7

Text Example


Text Example

White with #2C01D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,1,215); }

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

background-color css

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

 a { background-color: rgb(44,1,215); }

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

border-color css

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

 span { border-color: rgb(44,1,215); }

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