Html Css Color HEX #2C09CC Medium Blue

📋 copy color: '#2C09CC'

red 44 ◦ green 9 ◦ blue 204

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

Shades of Medium Blue #2C09CC

Tints of Medium Blue #2C09CC

RGB

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

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

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

R = 17.12%
G = 3.5%
B = 79.38%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2C09CC (or 0x2C09CC) is known color: Medium Blue. HEX triplet: 2C, 09 and CC. RGB value is (44,9,204). Sum of RGB (Red+Green+Blue) = 44+9+204=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C09CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C09CC is #D3F633. Grayscale: #282828. Windows color (decimal): -13891124 or 13371692. OLE color: 13371692.

HSL color Cylindrical-coordinate representation of color #2C09CC: hue angle of 250.77º 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 #2C09CC is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 44 9 204 -
CMYK 0.78 0.96 0 0.2
HSL 250.77º 0.92% 0.42% -
HSV(B) 250.77º 0.96% 0.8% -
XYZ 12.04 5.09 57.47 -
YUV 41.7 219.6 129.64 -
System Red Green Blue C M Y K H S L
Decimal 44 9 204 0.78 0.96 0 0.2 250.77 0.92 0.42
Hex 2C 9 CC 4E 60 0 14 FB 5C 2A
Octal 54 11 314 116 140 0 24 373 134 52
Binary 101100 1001 11001100 1001110 1100000 0 10100 11111011 1011100 101010

Color Harmonies of #2C09CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C09CC

Black with #2C09CC

Text Example


Text Example

White with #2C09CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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