Html Css Color HEX #2018DB Medium Blue

📋 copy color: '#2018DB'

red 32 ◦ green 24 ◦ blue 219

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

Shades of Medium Blue #2018DB

Tints of Medium Blue #2018DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 79.64%

R = 11.64%
G = 8.73%
B = 79.64%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2018DB (or 0x2018DB) is known color: Medium Blue. HEX triplet: 20, 18 and DB. RGB value is (32,24,219). Sum of RGB (Red+Green+Blue) = 32+24+219=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #2018DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018DB is #DFE724. Grayscale: #2F2F2F. Windows color (decimal): -14673701 or 14358560. OLE color: 14358560.

HSL color Cylindrical-coordinate representation of color #2018DB: hue angle of 242.46º 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 #2018DB is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 24 219 -
CMYK 0.85 0.89 0 0.14
HSL 242.46º 0.8% 0.48% -
HSV(B) 242.46º 0.89% 0.86% -
XYZ 13.71 6.07 67.47 -
YUV 48.62 224.15 116.14 -
System Red Green Blue C M Y K H S L
Decimal 32 24 219 0.85 0.89 0 0.14 242.46 0.8 0.48
Hex 20 18 DB 55 59 0 E F2 50 30
Octal 40 30 333 125 131 0 16 362 120 60
Binary 100000 11000 11011011 1010101 1011001 0 1110 11110010 1010000 110000

Color Harmonies of #2018DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2018DB

Black with #2018DB

Text Example


Text Example

White with #2018DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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