Html Css Color HEX #0111DD Medium Blue

📋 copy color: '#0111DD'

red 1 ◦ green 17 ◦ blue 221

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

Shades of Medium Blue #0111DD

Tints of Medium Blue #0111DD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.11%

 BLUE value IS 221 (86.72% from 255) = 92.47%

R = 0.42%
G = 7.11%
B = 92.47%

CMYK

 C value IS 1.00

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0111DD (or 0x0111DD) is known color: Medium Blue. HEX triplet: 01, 11 and DD. RGB value is (1,17,221). Sum of RGB (Red+Green+Blue) = 1+17+221=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 221 (86.72% from 255 or 92.47% from 239); Max value from RGB is 221 - color contains mainly: blue. Hex color #0111DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0111DD is #FEEE22. Grayscale: #222222. Windows color (decimal): -16707107 or 14487809. OLE color: 14487809.

HSL color Cylindrical-coordinate representation of color #0111DD: hue angle of 235.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0111DD is Cyan = 1.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 17 221 -
CMYK 1.00 0.92 0 0.13
HSL 235.64º 0.99% 0.44% -
HSV(B) 235.64º 1% 0.87% -
XYZ 13.26 5.63 68.79 -
YUV 35.47 232.7 103.41 -
System Red Green Blue C M Y K H S L
Decimal 1 17 221 1.00 0.92 0 0.13 235.64 0.99 0.44
Hex 1 11 DD 64 5C 0 D EC 63 2C
Octal 1 21 335 144 134 0 15 354 143 54
Binary 1 10001 11011101 1100100 1011100 0 1101 11101100 1100011 101100

Color Harmonies of #0111DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0111DD

Black with #0111DD

Text Example


Text Example

White with #0111DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0111DD; }

 p { color: rgb(1,17,221); }

 H1.HeaderClassName
 {
   color: #0111DD;
 }
 .AnyTagClassName
 {
   color: #0111DD;
 }
</style>

background-color css

<style>
 a { background-color: #0111DD; }

 a { background-color: rgb(1,17,221); }

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

border-color css

<style>
 span { border-color: #0111DD; }

 span { border-color: rgb(1,17,221); }

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