Html Css Color HEX #0100DC Medium Blue

📋 copy color: '#0100DC'

red 1 ◦ green 0 ◦ blue 220

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

Shades of Medium Blue #0100DC

Tints of Medium Blue #0100DC

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 0.45%
G = 0%
B = 99.55%

CMYK

 C value IS 1.00

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0100DC (or 0x0100DC) is known color: Medium Blue. HEX triplet: 01, 00 and DC. RGB value is (1,0,220). Sum of RGB (Red+Green+Blue) = 1+0+220=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 220 (86.33% from 255 or 99.55% from 221); Max value from RGB is 220 - color contains mainly: blue. Hex color #0100DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0100DC is #FEFF23. Grayscale: #181818. Windows color (decimal): -16711460 or 14417921. OLE color: 14417921.

HSL color Cylindrical-coordinate representation of color #0100DC: hue angle of 240.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0100DC is Cyan = 1.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 0 220 -
CMYK 1.00 1 0 0.14
HSL 240.27º 1% 0.43% -
HSV(B) 240.27º 1% 0.86% -
XYZ 12.93 5.17 68.03 -
YUV 25.38 237.83 110.61 -
System Red Green Blue C M Y K H S L
Decimal 1 0 220 1.00 1 0 0.14 240.27 1 0.43
Hex 1 0 DC 64 64 0 E F0 64 2B
Octal 1 0 334 144 144 0 16 360 144 53
Binary 1 0 11011100 1100100 1100100 0 1110 11110000 1100100 101011

Color Harmonies of #0100DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0100DC

Black with #0100DC

Text Example


Text Example

White with #0100DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0100DC; }

 p { color: rgb(1,0,220); }

 H1.HeaderClassName
 {
   color: #0100DC;
 }
 .AnyTagClassName
 {
   color: #0100DC;
 }
</style>

background-color css

<style>
 a { background-color: #0100DC; }

 a { background-color: rgb(1,0,220); }

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

border-color css

<style>
 span { border-color: #0100DC; }

 span { border-color: rgb(1,0,220); }

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