Html Css Color HEX #1100ED Blue

📋 copy color: '#1100ED'

red 17 ◦ green 0 ◦ blue 237

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

Shades of Blue #1100ED

Tints of Blue #1100ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 93.31%

R = 6.69%
G = 0%
B = 93.31%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1100ED (or 0x1100ED) is known color: Blue. HEX triplet: 11, 00 and ED. RGB value is (17,0,237). Sum of RGB (Red+Green+Blue) = 17+0+237=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 237 (92.97% from 255 or 93.31% from 254); Max value from RGB is 237 - color contains mainly: blue. Hex color #1100ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1100ED is #EEFF12. Grayscale: #1F1F1F. Windows color (decimal): -15662867 or 15532049. OLE color: 15532049.

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

Color convert

RGB 17 0 237 -
CMYK 0.93 1 0 0.07
HSL 244.3º 1% 0.46% -
HSV(B) 244.3º 1% 0.93% -
XYZ 15.52 6.23 80.51 -
YUV 32.1 243.63 117.23 -
System Red Green Blue C M Y K H S L
Decimal 17 0 237 0.93 1 0 0.07 244.3 1 0.46
Hex 11 0 ED 5D 64 0 7 F4 64 2E
Octal 21 0 355 135 144 0 7 364 144 56
Binary 10001 0 11101101 1011101 1100100 0 111 11110100 1100100 101110

Color Harmonies of #1100ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1100ED

Black with #1100ED

Text Example


Text Example

White with #1100ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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