Html Css Color HEX #1817DC Medium Blue

📋 copy color: '#1817DC'

red 24 ◦ green 23 ◦ blue 220

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

Shades of Medium Blue #1817DC

Tints of Medium Blue #1817DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

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

R = 8.99%
G = 8.61%
B = 82.4%

CMYK

 C value IS 0.89

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1817DC (or 0x1817DC) is known color: Medium Blue. HEX triplet: 18, 17 and DC. RGB value is (24,23,220). Sum of RGB (Red+Green+Blue) = 24+23+220=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #1817DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1817DC is #E7E823. Grayscale: #2C2C2C. Windows color (decimal): -15198244 or 14423832. OLE color: 14423832.

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

Color convert

RGB 24 23 220 -
CMYK 0.89 0.90 0 0.14
HSL 240.3º 0.81% 0.48% -
HSV(B) 240.3º 0.9% 0.86% -
XYZ 13.6 5.97 68.15 -
YUV 45.76 226.33 112.48 -
System Red Green Blue C M Y K H S L
Decimal 24 23 220 0.89 0.90 0 0.14 240.3 0.81 0.48
Hex 18 17 DC 59 5A 0 E F0 51 30
Octal 30 27 334 131 132 0 16 360 121 60
Binary 11000 10111 11011100 1011001 1011010 0 1110 11110000 1010001 110000

Color Harmonies of #1817DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1817DC

Black with #1817DC

Text Example


Text Example

White with #1817DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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