Html Css Color HEX #1211DF Medium Blue

📋 copy color: '#1211DF'

red 18 ◦ green 17 ◦ blue 223

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

Shades of Medium Blue #1211DF

Tints of Medium Blue #1211DF

RGB

 RED value IS 18 (7.42% from 255) = 6.98%

 GREEN value IS 17 (7.03% from 255) = 6.59%

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

R = 6.98%
G = 6.59%
B = 86.43%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1211DF (or 0x1211DF) is known color: Medium Blue. HEX triplet: 12, 11 and DF. RGB value is (18,17,223). Sum of RGB (Red+Green+Blue) = 18+17+223=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 223 (87.5% from 255 or 86.43% from 258); Max value from RGB is 223 - color contains mainly: blue. Hex color #1211DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1211DF is #EDEE20. Grayscale: #272727. Windows color (decimal): -15592993 or 14618898. OLE color: 14618898.

HSL color Cylindrical-coordinate representation of color #1211DF: hue angle of 240.29º 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 #1211DF is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 17 223 -
CMYK 0.92 0.92 0 0.13
HSL 240.29º 0.86% 0.47% -
HSV(B) 240.29º 0.92% 0.87% -
XYZ 13.77 5.86 70.22 -
YUV 40.78 230.83 111.75 -
System Red Green Blue C M Y K H S L
Decimal 18 17 223 0.92 0.92 0 0.13 240.29 0.86 0.47
Hex 12 11 DF 5C 5C 0 D F0 56 2F
Octal 22 21 337 134 134 0 15 360 126 57
Binary 10010 10001 11011111 1011100 1011100 0 1101 11110000 1010110 101111

Color Harmonies of #1211DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1211DF

Black with #1211DF

Text Example


Text Example

White with #1211DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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