Html Css Color HEX #1818DC Medium Blue

📋 copy color: '#1818DC'

red 24 ◦ green 24 ◦ blue 220

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

Shades of Medium Blue #1818DC

Tints of Medium Blue #1818DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

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

R = 8.96%
G = 8.96%
B = 82.09%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1818DC (or 0x1818DC) is known color: Medium Blue. HEX triplet: 18, 18 and DC. RGB value is (24,24,220). Sum of RGB (Red+Green+Blue) = 24+24+220=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 220 (86.33% from 255 or 82.09% from 268); Max value from RGB is 220 - color contains mainly: blue. Hex color #1818DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1818DC is #E7E723. Grayscale: #2D2D2D. Windows color (decimal): -15197988 or 14424088. OLE color: 14424088.

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

Color convert

RGB 24 24 220 -
CMYK 0.89 0.89 0 0.14
HSL 240º 0.8% 0.48% -
HSV(B) 240º 0.89% 0.86% -
XYZ 13.62 6.01 68.15 -
YUV 46.34 226 112.06 -
System Red Green Blue C M Y K H S L
Decimal 24 24 220 0.89 0.89 0 0.14 240 0.8 0.48
Hex 18 18 DC 59 59 0 E F0 50 30
Octal 30 30 334 131 131 0 16 360 120 60
Binary 11000 11000 11011100 1011001 1011001 0 1110 11110000 1010000 110000

Color Harmonies of #1818DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1818DC

Black with #1818DC

Text Example


Text Example

White with #1818DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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