Html Css Color HEX #1100EF Blue

📋 copy color: '#1100EF'

red 17 ◦ green 0 ◦ blue 239

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

Shades of Blue #1100EF

Tints of Blue #1100EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 93.36%

R = 6.64%
G = 0%
B = 93.36%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1100EF (or 0x1100EF) is known color: Blue. HEX triplet: 11, 00 and EF. RGB value is (17,0,239). Sum of RGB (Red+Green+Blue) = 17+0+239=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 239 (93.75% from 255 or 93.36% from 256); Max value from RGB is 239 - color contains mainly: blue. Hex color #1100EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1100EF is #EEFF10. Grayscale: #1F1F1F. Windows color (decimal): -15662865 or 15663121. OLE color: 15663121.

HSL color Cylindrical-coordinate representation of color #1100EF: hue angle of 244.27º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1100EF is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 0 239 -
CMYK 0.93 1 0 0.06
HSL 244.27º 1% 0.47% -
HSV(B) 244.27º 1% 0.94% -
XYZ 15.81 6.35 82.05 -
YUV 32.33 244.63 117.07 -
System Red Green Blue C M Y K H S L
Decimal 17 0 239 0.93 1 0 0.06 244.27 1 0.47
Hex 11 0 EF 5D 64 0 6 F4 64 2F
Octal 21 0 357 135 144 0 6 364 144 57
Binary 10001 0 11101111 1011101 1100100 0 110 11110100 1100100 101111

Color Harmonies of #1100EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1100EF

Black with #1100EF

Text Example


Text Example

White with #1100EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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