Html Css Color HEX #1100CF Medium Blue

📋 copy color: '#1100CF'

red 17 ◦ green 0 ◦ blue 207

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

Shades of Medium Blue #1100CF

Tints of Medium Blue #1100CF

RGB

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

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

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

R = 7.59%
G = 0%
B = 92.41%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1100CF (or 0x1100CF) is known color: Medium Blue. HEX triplet: 11, 00 and CF. RGB value is (17,0,207). Sum of RGB (Red+Green+Blue) = 17+0+207=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 207 (81.25% from 255 or 92.41% from 224); Max value from RGB is 207 - color contains mainly: blue. Hex color #1100CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1100CF is #EEFF30. Grayscale: #1B1B1B. Windows color (decimal): -15662897 or 13565969. OLE color: 13565969.

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

Color convert

RGB 17 0 207 -
CMYK 0.92 1 0 0.19
HSL 244.93º 1% 0.41% -
HSV(B) 244.93º 1% 0.81% -
XYZ 11.49 4.62 59.32 -
YUV 28.68 228.63 119.67 -
System Red Green Blue C M Y K H S L
Decimal 17 0 207 0.92 1 0 0.19 244.93 1 0.41
Hex 11 0 CF 5C 64 0 13 F5 64 29
Octal 21 0 317 134 144 0 23 365 144 51
Binary 10001 0 11001111 1011100 1100100 0 10011 11110101 1100100 101001

Color Harmonies of #1100CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1100CF

Black with #1100CF

Text Example


Text Example

White with #1100CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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