Html Css Color HEX #1126ED Blue

📋 copy color: '#1126ED'

red 17 ◦ green 38 ◦ blue 237

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

Shades of Blue #1126ED

Tints of Blue #1126ED

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.01%

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

R = 5.82%
G = 13.01%
B = 81.16%

CMYK

 C value IS 0.93

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1126ED (or 0x1126ED) is known color: Blue. HEX triplet: 11, 26 and ED. RGB value is (17,38,237). Sum of RGB (Red+Green+Blue) = 17+38+237=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 237 (92.97% from 255 or 81.16% from 292); Max value from RGB is 237 - color contains mainly: blue. Hex color #1126ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1126ED is #EED912. Grayscale: #353535. Windows color (decimal): -15653139 or 15541777. OLE color: 15541777.

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

Color convert

RGB 17 38 237 -
CMYK 0.93 0.84 0 0.07
HSL 234.27º 0.87% 0.5% -
HSV(B) 234.27º 0.93% 0.93% -
XYZ 16.21 7.62 80.74 -
YUV 54.41 231.04 101.32 -
System Red Green Blue C M Y K H S L
Decimal 17 38 237 0.93 0.84 0 0.07 234.27 0.87 0.5
Hex 11 26 ED 5D 54 0 7 EA 57 32
Octal 21 46 355 135 124 0 7 352 127 62
Binary 10001 100110 11101101 1011101 1010100 0 111 11101010 1010111 110010

Color Harmonies of #1126ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1126ED

Black with #1126ED

Text Example


Text Example

White with #1126ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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