Html Css Color HEX #1C09DC Medium Blue

📋 copy color: '#1C09DC'

red 28 ◦ green 9 ◦ blue 220

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

Shades of Medium Blue #1C09DC

Tints of Medium Blue #1C09DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 85.6%

R = 10.89%
G = 3.5%
B = 85.6%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C09DC (or 0x1C09DC) is known color: Medium Blue. HEX triplet: 1C, 09 and DC. RGB value is (28,9,220). Sum of RGB (Red+Green+Blue) = 28+9+220=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C09DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C09DC is #E3F623. Grayscale: #252525. Windows color (decimal): -14939684 or 14420252. OLE color: 14420252.

HSL color Cylindrical-coordinate representation of color #1C09DC: hue angle of 245.4º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C09DC is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 9 220 -
CMYK 0.87 0.96 0 0.14
HSL 245.4º 0.92% 0.45% -
HSV(B) 245.4º 0.96% 0.86% -
XYZ 13.49 5.61 68.08 -
YUV 38.74 230.29 120.34 -
System Red Green Blue C M Y K H S L
Decimal 28 9 220 0.87 0.96 0 0.14 245.4 0.92 0.45
Hex 1C 9 DC 57 60 0 E F5 5C 2D
Octal 34 11 334 127 140 0 16 365 134 55
Binary 11100 1001 11011100 1010111 1100000 0 1110 11110101 1011100 101101

Color Harmonies of #1C09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C09DC

Black with #1C09DC

Text Example


Text Example

White with #1C09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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