Html Css Color HEX #111DEF Blue

📋 copy color: '#111DEF'

red 17 ◦ green 29 ◦ blue 239

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

Shades of Blue #111DEF

Tints of Blue #111DEF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

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

R = 5.96%
G = 10.18%
B = 83.86%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#111DEF (or 0x111DEF) is known color: Blue. HEX triplet: 11, 1D and EF. RGB value is (17,29,239). Sum of RGB (Red+Green+Blue) = 17+29+239=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 239 (93.75% from 255 or 83.86% from 285); Max value from RGB is 239 - color contains mainly: blue. Hex color #111DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111DEF is #EEE210. Grayscale: #303030. Windows color (decimal): -15655441 or 15670545. OLE color: 15670545.

HSL color Cylindrical-coordinate representation of color #111DEF: hue angle of 236.76º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111DEF is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 29 239 -
CMYK 0.93 0.88 0 0.06
HSL 236.76º 0.87% 0.5% -
HSV(B) 236.76º 0.93% 0.94% -
XYZ 16.25 7.23 82.2 -
YUV 49.35 235.02 104.92 -
System Red Green Blue C M Y K H S L
Decimal 17 29 239 0.93 0.88 0 0.06 236.76 0.87 0.5
Hex 11 1D EF 5D 58 0 6 ED 57 32
Octal 21 35 357 135 130 0 6 355 127 62
Binary 10001 11101 11101111 1011101 1011000 0 110 11101101 1010111 110010

Color Harmonies of #111DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DEF

Black with #111DEF

Text Example


Text Example

White with #111DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111DEF; }

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

 H1.HeaderClassName
 {
   color: #111DEF;
 }
 .AnyTagClassName
 {
   color: #111DEF;
 }
</style>

background-color css

<style>
 a { background-color: #111DEF; }

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

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

border-color css

<style>
 span { border-color: #111DEF; }

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

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