Html Css Color HEX #2C09CD Medium Blue

📋 copy color: '#2C09CD'

red 44 ◦ green 9 ◦ blue 205

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

Shades of Medium Blue #2C09CD

Tints of Medium Blue #2C09CD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

 BLUE value IS 205 (80.47% from 255) = 79.46%

R = 17.05%
G = 3.49%
B = 79.46%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2C09CD (or 0x2C09CD) is known color: Medium Blue. HEX triplet: 2C, 09 and CD. RGB value is (44,9,205). Sum of RGB (Red+Green+Blue) = 44+9+205=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C09CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C09CD is #D3F632. Grayscale: #292929. Windows color (decimal): -13891123 or 13437228. OLE color: 13437228.

HSL color Cylindrical-coordinate representation of color #2C09CD: hue angle of 250.71º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C09CD is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 9 205 -
CMYK 0.79 0.96 0 0.20
HSL 250.71º 0.92% 0.42% -
HSV(B) 250.71º 0.96% 0.8% -
XYZ 12.16 5.14 58.11 -
YUV 41.81 220.1 129.56 -
System Red Green Blue C M Y K H S L
Decimal 44 9 205 0.79 0.96 0 0.20 250.71 0.92 0.42
Hex 2C 9 CD 4F 60 0 14 FB 5C 2A
Octal 54 11 315 117 140 0 24 373 134 52
Binary 101100 1001 11001101 1001111 1100000 0 10100 11111011 1011100 101010

Color Harmonies of #2C09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C09CD

Black with #2C09CD

Text Example


Text Example

White with #2C09CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,9,205); }

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

background-color css

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

 a { background-color: rgb(44,9,205); }

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

border-color css

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

 span { border-color: rgb(44,9,205); }

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