Html Css Color HEX #1C09CC Medium Blue

📋 copy color: '#1C09CC'

red 28 ◦ green 9 ◦ blue 204

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

Shades of Medium Blue #1C09CC

Tints of Medium Blue #1C09CC

RGB

 RED value IS 28 (11.33% from 255) = 11.62%

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

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

R = 11.62%
G = 3.73%
B = 84.65%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1C09CC (or 0x1C09CC) is known color: Medium Blue. HEX triplet: 1C, 09 and CC. RGB value is (28,9,204). Sum of RGB (Red+Green+Blue) = 28+9+204=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 204 (80.08% from 255 or 84.65% from 241); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C09CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C09CC is #E3F633. Grayscale: #242424. Windows color (decimal): -14939700 or 13371676. OLE color: 13371676.

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

Color convert

RGB 28 9 204 -
CMYK 0.86 0.96 0 0.2
HSL 245.85º 0.92% 0.42% -
HSV(B) 245.85º 0.96% 0.8% -
XYZ 11.48 4.8 57.45 -
YUV 36.91 222.29 121.64 -
System Red Green Blue C M Y K H S L
Decimal 28 9 204 0.86 0.96 0 0.2 245.85 0.92 0.42
Hex 1C 9 CC 56 60 0 14 F6 5C 2A
Octal 34 11 314 126 140 0 24 366 134 52
Binary 11100 1001 11001100 1010110 1100000 0 10100 11110110 1011100 101010

Color Harmonies of #1C09CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C09CC

Black with #1C09CC

Text Example


Text Example

White with #1C09CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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