Html Css Color HEX #201BDA Medium Blue

📋 copy color: '#201BDA'

red 32 ◦ green 27 ◦ blue 218

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

Shades of Medium Blue #201BDA

Tints of Medium Blue #201BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 78.7%

R = 11.55%
G = 9.75%
B = 78.7%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#201BDA (or 0x201BDA) is known color: Medium Blue. HEX triplet: 20, 1B and DA. RGB value is (32,27,218). Sum of RGB (Red+Green+Blue) = 32+27+218=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 218 (85.55% from 255 or 78.70% from 277); Max value from RGB is 218 - color contains mainly: blue. Hex color #201BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BDA is #DFE425. Grayscale: #313131. Windows color (decimal): -14672934 or 14293792. OLE color: 14293792.

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

Color convert

RGB 32 27 218 -
CMYK 0.85 0.88 0 0.15
HSL 241.57º 0.78% 0.48% -
HSV(B) 241.57º 0.88% 0.85% -
XYZ 13.64 6.15 66.8 -
YUV 50.27 222.66 114.97 -
System Red Green Blue C M Y K H S L
Decimal 32 27 218 0.85 0.88 0 0.15 241.57 0.78 0.48
Hex 20 1B DA 55 58 0 F F2 4E 30
Octal 40 33 332 125 130 0 17 362 116 60
Binary 100000 11011 11011010 1010101 1011000 0 1111 11110010 1001110 110000

Color Harmonies of #201BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201BDA

Black with #201BDA

Text Example


Text Example

White with #201BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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