Html Css Color HEX #1812DC Medium Blue

📋 copy color: '#1812DC'

red 24 ◦ green 18 ◦ blue 220

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

Shades of Medium Blue #1812DC

Tints of Medium Blue #1812DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

 BLUE value IS 220 (86.33% from 255) = 83.97%

R = 9.16%
G = 6.87%
B = 83.97%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1812DC (or 0x1812DC) is known color: Medium Blue. HEX triplet: 18, 12 and DC. RGB value is (24,18,220). Sum of RGB (Red+Green+Blue) = 24+18+220=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #1812DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1812DC is #E7ED23. Grayscale: #2A2A2A. Windows color (decimal): -15199524 or 14422552. OLE color: 14422552.

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

Color convert

RGB 24 18 220 -
CMYK 0.89 0.92 0 0.14
HSL 241.78º 0.85% 0.47% -
HSV(B) 241.78º 0.92% 0.86% -
XYZ 13.51 5.79 68.12 -
YUV 42.82 227.99 114.57 -
System Red Green Blue C M Y K H S L
Decimal 24 18 220 0.89 0.92 0 0.14 241.78 0.85 0.47
Hex 18 12 DC 59 5C 0 E F2 55 2F
Octal 30 22 334 131 134 0 16 362 125 57
Binary 11000 10010 11011100 1011001 1011100 0 1110 11110010 1010101 101111

Color Harmonies of #1812DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1812DC

Black with #1812DC

Text Example


Text Example

White with #1812DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1812DC; }

 p { color: rgb(24,18,220); }

 H1.HeaderClassName
 {
   color: #1812DC;
 }
 .AnyTagClassName
 {
   color: #1812DC;
 }
</style>

background-color css

<style>
 a { background-color: #1812DC; }

 a { background-color: rgb(24,18,220); }

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

border-color css

<style>
 span { border-color: #1812DC; }

 span { border-color: rgb(24,18,220); }

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