Html Css Color HEX #1111CF Medium Blue

📋 copy color: '#1111CF'

red 17 ◦ green 17 ◦ blue 207

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

Shades of Medium Blue #1111CF

Tints of Medium Blue #1111CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 85.89%

R = 7.05%
G = 7.05%
B = 85.89%

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

#1111CF (or 0x1111CF) is known color: Medium Blue. HEX triplet: 11, 11 and CF. RGB value is (17,17,207). Sum of RGB (Red+Green+Blue) = 17+17+207=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #1111CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1111CF is #EEEE30. Grayscale: #252525. Windows color (decimal): -15658545 or 13570321. OLE color: 13570321.

HSL color Cylindrical-coordinate representation of color #1111CF: 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 #1111CF is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 17 207 -
CMYK 0.92 0.92 0 0.19
HSL 240º 0.85% 0.44% -
HSV(B) 240º 0.92% 0.81% -
XYZ 11.69 5.03 59.39 -
YUV 38.66 223 112.55 -
System Red Green Blue C M Y K H S L
Decimal 17 17 207 0.92 0.92 0 0.19 240 0.85 0.44
Hex 11 11 CF 5C 5C 0 13 F0 55 2C
Octal 21 21 317 134 134 0 23 360 125 54
Binary 10001 10001 11001111 1011100 1011100 0 10011 11110000 1010101 101100

Color Harmonies of #1111CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1111CF

Black with #1111CF

Text Example


Text Example

White with #1111CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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