Html Css Color HEX #1211CE Medium Blue

📋 copy color: '#1211CE'

red 18 ◦ green 17 ◦ blue 206

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

Shades of Medium Blue #1211CE

Tints of Medium Blue #1211CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 85.48%

R = 7.47%
G = 7.05%
B = 85.48%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1211CE (or 0x1211CE) is known color: Medium Blue. HEX triplet: 12, 11 and CE. RGB value is (18,17,206). Sum of RGB (Red+Green+Blue) = 18+17+206=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #1211CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1211CE is #EDEE31. Grayscale: #262626. Windows color (decimal): -15593010 or 13504786. OLE color: 13504786.

HSL color Cylindrical-coordinate representation of color #1211CE: hue angle of 240.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1211CE is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 17 206 -
CMYK 0.91 0.92 0 0.19
HSL 240.32º 0.85% 0.44% -
HSV(B) 240.32º 0.92% 0.81% -
XYZ 11.59 4.99 58.74 -
YUV 38.85 222.33 113.13 -
System Red Green Blue C M Y K H S L
Decimal 18 17 206 0.91 0.92 0 0.19 240.32 0.85 0.44
Hex 12 11 CE 5B 5C 0 13 F0 55 2C
Octal 22 21 316 133 134 0 23 360 125 54
Binary 10010 10001 11001110 1011011 1011100 0 10011 11110000 1010101 101100

Color Harmonies of #1211CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1211CE

Black with #1211CE

Text Example


Text Example

White with #1211CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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