Html Css Color HEX #1818DF Medium Blue

📋 copy color: '#1818DF'

red 24 ◦ green 24 ◦ blue 223

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

Shades of Medium Blue #1818DF

Tints of Medium Blue #1818DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 82.29%

R = 8.86%
G = 8.86%
B = 82.29%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1818DF (or 0x1818DF) is known color: Medium Blue. HEX triplet: 18, 18 and DF. RGB value is (24,24,223). Sum of RGB (Red+Green+Blue) = 24+24+223=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #1818DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1818DF is #E7E720. Grayscale: #2D2D2D. Windows color (decimal): -15197985 or 14620696. OLE color: 14620696.

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

Color convert

RGB 24 24 223 -
CMYK 0.89 0.89 0 0.13
HSL 240º 0.81% 0.48% -
HSV(B) 240º 0.89% 0.87% -
XYZ 14.02 6.18 70.26 -
YUV 46.69 227.5 111.82 -
System Red Green Blue C M Y K H S L
Decimal 24 24 223 0.89 0.89 0 0.13 240 0.81 0.48
Hex 18 18 DF 59 59 0 D F0 51 30
Octal 30 30 337 131 131 0 15 360 121 60
Binary 11000 11000 11011111 1011001 1011001 0 1101 11110000 1010001 110000

Color Harmonies of #1818DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1818DF

Black with #1818DF

Text Example


Text Example

White with #1818DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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