Html Css Color HEX #201BD3 Medium Blue

📋 copy color: '#201BD3'

red 32 ◦ green 27 ◦ blue 211

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

Shades of Medium Blue #201BD3

Tints of Medium Blue #201BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 78.15%

R = 11.85%
G = 10%
B = 78.15%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#201BD3 (or 0x201BD3) is known color: Medium Blue. HEX triplet: 20, 1B and D3. RGB value is (32,27,211). Sum of RGB (Red+Green+Blue) = 32+27+211=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 211 (82.81% from 255 or 78.15% from 270); Max value from RGB is 211 - color contains mainly: blue. Hex color #201BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BD3 is #DFE42C. Grayscale: #303030. Windows color (decimal): -14672941 or 13835040. OLE color: 13835040.

HSL color Cylindrical-coordinate representation of color #201BD3: hue angle of 241.63º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201BD3 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 32 27 211 -
CMYK 0.85 0.87 0 0.17
HSL 241.63º 0.77% 0.47% -
HSV(B) 241.63º 0.87% 0.83% -
XYZ 12.75 5.79 62.07 -
YUV 49.47 219.16 115.54 -
System Red Green Blue C M Y K H S L
Decimal 32 27 211 0.85 0.87 0 0.17 241.63 0.77 0.47
Hex 20 1B D3 55 57 0 11 F2 4D 2F
Octal 40 33 323 125 127 0 21 362 115 57
Binary 100000 11011 11010011 1010101 1010111 0 10001 11110010 1001101 101111

Color Harmonies of #201BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201BD3

Black with #201BD3

Text Example


Text Example

White with #201BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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