Html Css Color HEX #201BDB Medium Blue

📋 copy color: '#201BDB'

red 32 ◦ green 27 ◦ blue 219

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

Shades of Medium Blue #201BDB

Tints of Medium Blue #201BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.71%

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

R = 11.51%
G = 9.71%
B = 78.78%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#201BDB (or 0x201BDB) is known color: Medium Blue. HEX triplet: 20, 1B and DB. RGB value is (32,27,219). Sum of RGB (Red+Green+Blue) = 32+27+219=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #201BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BDB is #DFE424. Grayscale: #313131. Windows color (decimal): -14672933 or 14359328. OLE color: 14359328.

HSL color Cylindrical-coordinate representation of color #201BDB: hue angle of 241.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201BDB is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 27 219 -
CMYK 0.85 0.88 0 0.14
HSL 241.56º 0.78% 0.48% -
HSV(B) 241.56º 0.88% 0.86% -
XYZ 13.77 6.21 67.49 -
YUV 50.38 223.16 114.89 -
System Red Green Blue C M Y K H S L
Decimal 32 27 219 0.85 0.88 0 0.14 241.56 0.78 0.48
Hex 20 1B DB 55 58 0 E F2 4E 30
Octal 40 33 333 125 130 0 16 362 116 60
Binary 100000 11011 11011011 1010101 1011000 0 1110 11110010 1001110 110000

Color Harmonies of #201BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201BDB

Black with #201BDB

Text Example


Text Example

White with #201BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201BDB; }

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

 H1.HeaderClassName
 {
   color: #201BDB;
 }
 .AnyTagClassName
 {
   color: #201BDB;
 }
</style>

background-color css

<style>
 a { background-color: #201BDB; }

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

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

border-color css

<style>
 span { border-color: #201BDB; }

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

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