Html Css Color HEX #2018DD Medium Blue

📋 copy color: '#2018DD'

red 32 ◦ green 24 ◦ blue 221

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

Shades of Medium Blue #2018DD

Tints of Medium Blue #2018DD

RGB

 RED value IS 32 (12.89% from 255) = 11.55%

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

 BLUE value IS 221 (86.72% from 255) = 79.78%

R = 11.55%
G = 8.66%
B = 79.78%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2018DD (or 0x2018DD) is known color: Medium Blue. HEX triplet: 20, 18 and DD. RGB value is (32,24,221). Sum of RGB (Red+Green+Blue) = 32+24+221=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 221 (86.72% from 255 or 79.78% from 277); Max value from RGB is 221 - color contains mainly: blue. Hex color #2018DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018DD is #DFE722. Grayscale: #303030. Windows color (decimal): -14673699 or 14489632. OLE color: 14489632.

HSL color Cylindrical-coordinate representation of color #2018DD: hue angle of 242.44º degrees, saturation: 0.8, 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 #2018DD is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 24 221 -
CMYK 0.86 0.89 0 0.13
HSL 242.44º 0.8% 0.48% -
HSV(B) 242.44º 0.89% 0.87% -
XYZ 13.97 6.18 68.86 -
YUV 48.85 225.15 115.98 -
System Red Green Blue C M Y K H S L
Decimal 32 24 221 0.86 0.89 0 0.13 242.44 0.8 0.48
Hex 20 18 DD 56 59 0 D F2 50 30
Octal 40 30 335 126 131 0 15 362 120 60
Binary 100000 11000 11011101 1010110 1011001 0 1101 11110010 1010000 110000

Color Harmonies of #2018DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2018DD

Black with #2018DD

Text Example


Text Example

White with #2018DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2018DD; }

 p { color: rgb(32,24,221); }

 H1.HeaderClassName
 {
   color: #2018DD;
 }
 .AnyTagClassName
 {
   color: #2018DD;
 }
</style>

background-color css

<style>
 a { background-color: #2018DD; }

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

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

border-color css

<style>
 span { border-color: #2018DD; }

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

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