Html Css Color HEX #1126FB Blue

📋 copy color: '#1126FB'

red 17 ◦ green 38 ◦ blue 251

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

Shades of Blue #1126FB

Tints of Blue #1126FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 82.03%

R = 5.56%
G = 12.42%
B = 82.03%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1126FB (or 0x1126FB) is known color: Blue. HEX triplet: 11, 26 and FB. RGB value is (17,38,251). Sum of RGB (Red+Green+Blue) = 17+38+251=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 251 (98.44% from 255 or 82.03% from 306); Max value from RGB is 251 - color contains mainly: blue. Hex color #1126FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1126FB is #EED904. Grayscale: #373737. Windows color (decimal): -15653125 or 16459281. OLE color: 16459281.

HSL color Cylindrical-coordinate representation of color #1126FB: hue angle of 234.62º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1126FB is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 38 251 -
CMYK 0.93 0.85 0 0.02
HSL 234.62º 0.97% 0.53% -
HSV(B) 234.62º 0.93% 0.98% -
XYZ 18.34 8.47 91.94 -
YUV 56 238.04 100.18 -
System Red Green Blue C M Y K H S L
Decimal 17 38 251 0.93 0.85 0 0.02 234.62 0.97 0.53
Hex 11 26 FB 5D 55 0 2 EB 61 35
Octal 21 46 373 135 125 0 2 353 141 65
Binary 10001 100110 11111011 1011101 1010101 0 10 11101011 1100001 110101

Color Harmonies of #1126FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1126FB

Black with #1126FB

Text Example


Text Example

White with #1126FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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