Html Css Color HEX #1122DF Medium Blue

📋 copy color: '#1122DF'

red 17 ◦ green 34 ◦ blue 223

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

Shades of Medium Blue #1122DF

Tints of Medium Blue #1122DF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.41%

 BLUE value IS 223 (87.5% from 255) = 81.39%

R = 6.2%
G = 12.41%
B = 81.39%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1122DF (or 0x1122DF) is known color: Medium Blue. HEX triplet: 11, 22 and DF. RGB value is (17,34,223). Sum of RGB (Red+Green+Blue) = 17+34+223=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #1122DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1122DF is #EEDD20. Grayscale: #313131. Windows color (decimal): -15654177 or 14623249. OLE color: 14623249.

HSL color Cylindrical-coordinate representation of color #1122DF: hue angle of 235.05º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1122DF is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 34 223 -
CMYK 0.92 0.85 0 0.13
HSL 235.05º 0.86% 0.47% -
HSV(B) 235.05º 0.92% 0.87% -
XYZ 14.12 6.59 70.34 -
YUV 50.46 225.37 104.13 -
System Red Green Blue C M Y K H S L
Decimal 17 34 223 0.92 0.85 0 0.13 235.05 0.86 0.47
Hex 11 22 DF 5C 55 0 D EB 56 2F
Octal 21 42 337 134 125 0 15 353 126 57
Binary 10001 100010 11011111 1011100 1010101 0 1101 11101011 1010110 101111

Color Harmonies of #1122DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1122DF

Black with #1122DF

Text Example


Text Example

White with #1122DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1122DF; }

 p { color: rgb(17,34,223); }

 H1.HeaderClassName
 {
   color: #1122DF;
 }
 .AnyTagClassName
 {
   color: #1122DF;
 }
</style>

background-color css

<style>
 a { background-color: #1122DF; }

 a { background-color: rgb(17,34,223); }

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

border-color css

<style>
 span { border-color: #1122DF; }

 span { border-color: rgb(17,34,223); }

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