Html Css Color HEX #1813DC Medium Blue

📋 copy color: '#1813DC'

red 24 ◦ green 19 ◦ blue 220

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

Shades of Medium Blue #1813DC

Tints of Medium Blue #1813DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 9.13%
G = 7.22%
B = 83.65%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1813DC (or 0x1813DC) is known color: Medium Blue. HEX triplet: 18, 13 and DC. RGB value is (24,19,220). Sum of RGB (Red+Green+Blue) = 24+19+220=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 220 (86.33% from 255 or 83.65% from 263); Max value from RGB is 220 - color contains mainly: blue. Hex color #1813DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1813DC is #E7EC23. Grayscale: #2A2A2A. Windows color (decimal): -15199268 or 14422808. OLE color: 14422808.

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

Color convert

RGB 24 19 220 -
CMYK 0.89 0.91 0 0.14
HSL 241.49º 0.84% 0.47% -
HSV(B) 241.49º 0.91% 0.86% -
XYZ 13.53 5.83 68.12 -
YUV 43.41 227.66 114.16 -
System Red Green Blue C M Y K H S L
Decimal 24 19 220 0.89 0.91 0 0.14 241.49 0.84 0.47
Hex 18 13 DC 59 5B 0 E F1 54 2F
Octal 30 23 334 131 133 0 16 361 124 57
Binary 11000 10011 11011100 1011001 1011011 0 1110 11110001 1010100 101111

Color Harmonies of #1813DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1813DC

Black with #1813DC

Text Example


Text Example

White with #1813DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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