Html Css Color HEX #1111CE Medium Blue

📋 copy color: '#1111CE'

red 17 ◦ green 17 ◦ blue 206

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

Shades of Medium Blue #1111CE

Tints of Medium Blue #1111CE

RGB

 RED value IS 17 (7.03% from 255) = 7.08%

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

 BLUE value IS 206 (80.86% from 255) = 85.83%

R = 7.08%
G = 7.08%
B = 85.83%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1111CE (or 0x1111CE) is known color: Medium Blue. HEX triplet: 11, 11 and CE. RGB value is (17,17,206). Sum of RGB (Red+Green+Blue) = 17+17+206=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #1111CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1111CE is #EEEE31. Grayscale: #252525. Windows color (decimal): -15658546 or 13504785. OLE color: 13504785.

HSL color Cylindrical-coordinate representation of color #1111CE: hue angle of 240º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1111CE is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 17 206 -
CMYK 0.92 0.92 0 0.19
HSL 240º 0.85% 0.44% -
HSV(B) 240º 0.92% 0.81% -
XYZ 11.57 4.98 58.74 -
YUV 38.55 222.5 112.63 -
System Red Green Blue C M Y K H S L
Decimal 17 17 206 0.92 0.92 0 0.19 240 0.85 0.44
Hex 11 11 CE 5C 5C 0 13 F0 55 2C
Octal 21 21 316 134 134 0 23 360 125 54
Binary 10001 10001 11001110 1011100 1011100 0 10011 11110000 1010101 101100

Color Harmonies of #1111CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1111CE

Black with #1111CE

Text Example


Text Example

White with #1111CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1111CE; }

 p { color: rgb(17,17,206); }

 H1.HeaderClassName
 {
   color: #1111CE;
 }
 .AnyTagClassName
 {
   color: #1111CE;
 }
</style>

background-color css

<style>
 a { background-color: #1111CE; }

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

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

border-color css

<style>
 span { border-color: #1111CE; }

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

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