Html Css Color HEX #1811CE Medium Blue

📋 copy color: '#1811CE'

red 24 ◦ green 17 ◦ blue 206

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

Shades of Medium Blue #1811CE

Tints of Medium Blue #1811CE

RGB

 RED value IS 24 (9.77% from 255) = 9.72%

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

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

R = 9.72%
G = 6.88%
B = 83.4%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1811CE (or 0x1811CE) is known color: Medium Blue. HEX triplet: 18, 11 and CE. RGB value is (24,17,206). Sum of RGB (Red+Green+Blue) = 24+17+206=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 206 (80.86% from 255 or 83.40% from 247); Max value from RGB is 206 - color contains mainly: blue. Hex color #1811CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1811CE is #E7EE31. Grayscale: #272727. Windows color (decimal): -15199794 or 13504792. OLE color: 13504792.

HSL color Cylindrical-coordinate representation of color #1811CE: hue angle of 242.22º 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 #1811CE is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 17 206 -
CMYK 0.88 0.92 0 0.19
HSL 242.22º 0.85% 0.44% -
HSV(B) 242.22º 0.92% 0.81% -
XYZ 11.72 5.05 58.75 -
YUV 40.64 221.32 116.13 -
System Red Green Blue C M Y K H S L
Decimal 24 17 206 0.88 0.92 0 0.19 242.22 0.85 0.44
Hex 18 11 CE 58 5C 0 13 F2 55 2C
Octal 30 21 316 130 134 0 23 362 125 54
Binary 11000 10001 11001110 1011000 1011100 0 10011 11110010 1010101 101100

Color Harmonies of #1811CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1811CE

Black with #1811CE

Text Example


Text Example

White with #1811CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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